diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 7e4ea7b..b80155d 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -19,7 +19,7 @@ repos: # If you want to avoid flake8 errors due to unused vars or imports: - repo: https://github.com/PyCQA/autoflake - rev: v2.2.1 + rev: v2.3.0 hooks: - id: autoflake args: [ @@ -29,7 +29,7 @@ repos: ] - repo: https://github.com/pycqa/isort - rev: 5.12.0 + rev: 5.13.2 hooks: - id: isort @@ -53,7 +53,7 @@ repos: # - id: blacken-docs # additional_dependencies: [black] - repo: https://github.com/PyCQA/flake8 - rev: 6.1.0 + rev: 7.0.0 hooks: - id: flake8 ## You can add flake8 plugins via `additional_dependencies`: