diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 9eda53c..7156353 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -4,10 +4,7 @@ - id: trailing-whitespace - id: end-of-file-fixer - id: autopep8-wrapper - args: - - -i - - --ignore=E265,E309,E501 - - -v + args: ['-i', '--ignore=E265,E309,E501'] - id: check-json - id: check-yaml - id: debug-statements