diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 9c2cb20..be396cf 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -15,7 +15,7 @@ repos: - id: flake8 additional_dependencies: [flake8-typing-imports==1.12.0] - repo: https://github.com/PyCQA/autoflake - rev: v2.2.1 + rev: v2.3.0 hooks: - id: autoflake args: ["--in-place", "--remove-all-unused-imports"]