diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 3dd0ac0a..528760e4 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,6 +1,6 @@ repos: - - repo: https://github.com/myint/autoflake - rev: v1.5.3 + - repo: https://github.com/PyCQA/autoflake + rev: v1.6.0 hooks: - id: autoflake args: ['--in-place', '--remove-all-unused-imports', '--remove-unused-variable']