diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 804b4c842..5de99c99a 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -25,7 +25,7 @@ repos: hooks: - id: autoflake name: autoflake - entry: autoflake --in-place --remove-unused-variables --remove-all-unused-imports + args: ["--in-place", "--remove-unused-variables", "--remove-all-unused-imports"] language: python files: \.py$ - repo: https://github.com/PyCQA/flake8