diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 26fe3f0a..6aeab4e7 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.3.0 + rev: v2.3.1 hooks: - id: autoflake args: ["--in-place", "--ignore-pass-after-docstring", "--imports"]