diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index b43fd94..2acfe3c 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -3,7 +3,7 @@ default_language_version: exclude: ^(tests/testfiles/) repos: - repo: https://github.com/charliermarsh/ruff-pre-commit - rev: v0.5.0 + rev: v0.6.3 hooks: - id: ruff args: [--fix] @@ -16,7 +16,7 @@ repos: - id: end-of-file-fixer - id: trailing-whitespace - repo: https://github.com/psf/black - rev: 24.4.2 + rev: 24.8.0 hooks: - id: black - repo: https://github.com/asottile/blacken-docs @@ -26,7 +26,7 @@ repos: additional_dependencies: [black] exclude: README.md - repo: https://github.com/pycqa/flake8 - rev: 7.1.0 + rev: 7.1.1 hooks: - id: flake8 entry: pflake8 @@ -46,7 +46,7 @@ repos: - id: rst-directive-colons - id: rst-inline-touching-normal - repo: https://github.com/pre-commit/mirrors-mypy - rev: v1.10.1 + rev: v1.11.2 hooks: - id: mypy files: ^src/