diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 8fb08a5..6092ec9 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -25,13 +25,13 @@ repos: args: [ "--format=requirements.txt", "--without-hashes", "-o", "requirements-docs.txt", "--only", "docs" ] - repo: https://github.com/asottile/pyupgrade - rev: v3.4.0 + rev: v3.21.2 hooks: - id: pyupgrade args: [ --py36-plus ] - repo: https://github.com/MarcoGorelli/auto-walrus - rev: v0.2.2 + rev: 0.3.4 hooks: - id: auto-walrus @@ -44,7 +44,7 @@ repos: - id: python-use-type-annotations - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v4.4.0 + rev: v6.0.0 hooks: - id: check-yaml - id: end-of-file-fixer @@ -59,13 +59,13 @@ repos: - id: check-json - id: detect-private-key - - repo: https://github.com/psf/black - rev: 23.3.0 + - repo: https://github.com/psf/black-pre-commit-mirror + rev: 25.12.0 hooks: - id: black - repo: https://github.com/pycqa/flake8 - rev: 6.0.0 + rev: 7.3.0 hooks: - id: flake8 args: [ @@ -88,7 +88,7 @@ repos: ] - repo: https://github.com/pre-commit/mirrors-mypy - rev: 'v1.3.0' + rev: 'v1.19.1' hooks: - id: mypy args: [ --config-file=.mypy.ini ]