diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index c53884ad..db0af4fc 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -18,7 +18,7 @@ # See https://pre-commit.com/hooks.html for more hooks repos: - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v5.0.0 + rev: v6.0.0 hooks: - id: trailing-whitespace args: [--markdown-linebreak-ext=md] @@ -64,7 +64,7 @@ repos: # Autoremoves unused Python imports - repo: https://github.com/hadialqattan/pycln - rev: v2.5.0 + rev: v2.6.0 hooks: - id: pycln name: pycln (python) @@ -103,12 +103,12 @@ repos: ) # Python Formatting -- repo: https://github.com/psf/black - rev: 25.1.0 # Keep in sync with blacken-docs +- repo: https://github.com/psf/black-pre-commit-mirror + rev: 25.12.0 # Keep in sync with blacken-docs hooks: - id: black - repo: https://github.com/asottile/blacken-docs - rev: 1.19.1 + rev: 1.20.0 hooks: - id: blacken-docs args: [--line-length=80] @@ -128,7 +128,7 @@ repos: # Checks the manifest for missing files (native support) - repo: https://github.com/mgedmin/check-manifest - rev: "0.50" + rev: "0.51" hooks: - id: check-manifest # This is a slow hook, so only run this if --hook-stage manual is passed