Use args
This commit is contained in:
parent
0edfa1f769
commit
3a8ec9aca6
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue