diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 947ce41..3a5a63a 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.5.0 + rev: v6.0.0 hooks: - id: check-added-large-files args: ['--maxkb=25'] @@ -23,16 +23,16 @@ repos: - id: python-use-type-annotations - id: text-unicode-replacement-char - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.3.4 + rev: v0.14.1 hooks: - id: ruff - id: ruff-format - repo: https://github.com/dosisod/refurb - rev: v2.0.0 + rev: v2.2.0 hooks: - id: refurb - repo: https://github.com/executablebooks/mdformat - rev: 0.7.17 + rev: 1.0.0 hooks: - id: mdformat additional_dependencies: [ @@ -52,7 +52,7 @@ repos: # ] # args: [--wrap, "88"] - repo: https://github.com/codespell-project/codespell - rev: v2.2.6 + rev: v2.4.1 hooks: - id: codespell # - repo: https://github.com/pre-commit/mirrors-mypy