diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 00850e8..7d2473e 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -28,12 +28,12 @@ repos: - id: reorder-python-imports args: [--py38-plus, --add-import, 'from __future__ import annotations'] - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.1.6 + rev: v0.1.8 hooks: - id: ruff - id: ruff-format - repo: https://github.com/dosisod/refurb - rev: v1.24.0 + rev: v1.25.0 hooks: - id: refurb - repo: https://github.com/executablebooks/mdformat