diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index ee972d99..8eff792f 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -8,7 +8,7 @@ repos: - id: trailing-whitespace - id: debug-statements - repo: https://github.com/pre-commit/pre-commit - rev: v3.7.0 + rev: v3.8.0 hooks: - id: validate_manifest - repo: https://github.com/hauntsaninja/black-pre-commit-mirror @@ -17,13 +17,13 @@ repos: hooks: - id: black - repo: https://github.com/PyCQA/pylint - rev: v3.1.0 + rev: v3.2.6 hooks: - id: pylint files: ^(nbqa|tests)/ exclude: ^tests/data/ - repo: https://github.com/PyCQA/flake8 - rev: 7.0.0 + rev: 7.1.0 hooks: - id: flake8 additional_dependencies: [flake8-typing-imports==1.14.0] @@ -38,13 +38,13 @@ repos: - id: pydocstyle files: ^nbqa/ - repo: https://github.com/pre-commit/mirrors-mypy - rev: v1.10.0 + rev: v1.11.0 hooks: - id: mypy exclude: ^docs/ additional_dependencies: [types-setuptools, types-toml] - repo: https://github.com/asottile/pyupgrade - rev: v3.15.2 + rev: v3.17.0 hooks: - id: pyupgrade args: [--py38-plus] @@ -53,7 +53,7 @@ repos: hooks: - id: auto-walrus - repo: https://github.com/codespell-project/codespell - rev: v2.2.6 + rev: v2.3.0 hooks: - id: codespell files: \.(py|rst|md)$