diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 3f1b647..4874f44 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -2,7 +2,7 @@ default_language_version: python: python3.9 repos: - repo: https://github.com/psf/black - rev: 23.1.0 + rev: 24.10.0 hooks: - id: black # override until resolved: https://github.com/ambv/black/issues/402 @@ -11,7 +11,7 @@ repos: exclude: ^testsuite/.*/ - repo: https://github.com/pycqa/flake8 - rev: 6.0.0 + rev: 7.1.1 hooks: - id: flake8 exclude: ^testsuite/.*/ @@ -26,14 +26,14 @@ repos: - flake8-raise - repo: https://github.com/PyCQA/isort - rev: 5.12.0 + rev: 5.13.2 hooks: - id: isort exclude: ^testsuite/.*/ additional_dependencies: [toml] - repo: https://github.com/pre-commit/mirrors-mypy - rev: v1.0.1 + rev: v1.13.0 hooks: - id: mypy additional_dependencies: @@ -41,7 +41,7 @@ repos: exclude: ^testsuite/.*/ - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v4.4.0 + rev: v5.0.0 hooks: - id: trailing-whitespace exclude: ^testsuite/.*/