adding auto flake

This commit is contained in:
João Moura
2024-03-11 23:27:19 -03:00
parent 337afe228f
commit 637bd885cf

View File

@@ -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']