Skip to content

Commit

Permalink
adding auto flake
Browse files Browse the repository at this point in the history
  • Loading branch information
joaomdmoura committed Mar 12, 2024
1 parent 337afe2 commit 637bd88
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .pre-commit-config.yaml
Expand Up @@ -13,3 +13,9 @@ repos:
- id: isort
name: isort (python)
args: ["--profile", "black", "--filter-files"]

- repo: https://github.com/PyCQA/autoflake
rev: v2.2.1
hooks:
- id: autoflake
args: ['--in-place', '--remove-all-unused-imports', '--remove-unused-variables', '--ignore-init-module-imports']

0 comments on commit 637bd88

Please sign in to comment.