cutting new version with proper imports

This commit is contained in:
João Moura
2024-03-11 23:27:04 -03:00
parent 4541835487
commit 337afe228f
3 changed files with 2 additions and 8 deletions

View File

@@ -13,9 +13,3 @@ 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']