diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 967faeb8..05c18696 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,6 +1,6 @@ repos: - repo: https://github.com/PyCQA/autoflake - rev: v2.0.1 + rev: v2.0.2 hooks: - id: autoflake args: ['--in-place', '--remove-all-unused-imports', '--remove-unused-variable']