diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index f4431bf..d392b5e 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,6 +1,6 @@ repos: - - repo: https://github.com/humitos/mirrors-autoflake - rev: v1.1 + - repo: https://github.com/PyCQA/autoflake + rev: v1.7.6 hooks: - id: autoflake args: ["-i", "--remove-all-unused-imports"]