diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 4f1433e4..10bce7cb 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -6,7 +6,7 @@ repos: args: ["--py37-plus", "--keep-runtime-typing"] - repo: https://github.com/PyCQA/autoflake - rev: v2.1.1 + rev: v2.2.0 hooks: - id: autoflake args: ["--in-place", "--ignore-pass-after-docstring", "--imports"]