diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 053c5f2..eb833e6 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -11,14 +11,14 @@ repos: - id: debug-statements language_version: python3 - repo: https://github.com/PyCQA/flake8 - rev: 6.0.0 + rev: 6.1.0 hooks: - id: flake8 language_version: python3 additional_dependencies: [flake8-typing-imports==1.14.0] args: ["--per-file-ignores=src/gocept/pytestlayer/tests/test_integration.py:E501"] - - repo: https://github.com/pre-commit/mirrors-autopep8 - rev: v2.0.1 + - repo: https://github.com/hhatto/autopep8 + rev: v2.0.4 hooks: - id: autopep8 - repo: https://github.com/PyCQA/isort @@ -44,7 +44,7 @@ repos: language: python additional_dependencies: [pygments, restructuredtext_lint] - repo: https://github.com/rstcheck/rstcheck - rev: 'v6.1.1' + rev: 'v6.2.0' hooks: - id: rstcheck additional_dependencies: [sphinx]