This commit is contained in:
Bruno Oliveira 2022-02-11 13:17:41 -03:00 committed by GitHub
parent 0edfa1f769
commit 3a8ec9aca6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@ repos:
hooks: hooks:
- id: autoflake - id: autoflake
name: 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 language: python
files: \.py$ files: \.py$
- repo: https://github.com/PyCQA/flake8 - repo: https://github.com/PyCQA/flake8