diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 1b3d6c9..3d9f20c 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,6 +1,6 @@ repos: - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v4.6.0 + rev: v5.0.0 hooks: - id: check-added-large-files args: [--maxkb=25] @@ -25,7 +25,7 @@ repos: - id: python-use-type-annotations - id: text-unicode-replacement-char - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.4.4 + rev: v0.7.2 hooks: - id: ruff - id: ruff-format @@ -34,7 +34,7 @@ repos: hooks: - id: refurb - repo: https://github.com/executablebooks/mdformat - rev: 0.7.17 + rev: 0.7.18 hooks: - id: mdformat additional_dependencies: @@ -42,7 +42,7 @@ repos: - mdformat-black args: [--wrap, "88"] - repo: https://github.com/codespell-project/codespell - rev: v2.2.6 + rev: v2.3.0 hooks: - id: codespell - repo: meta