cutting new version

This commit is contained in:
João Moura
2024-03-11 22:55:56 -03:00
parent 671a8d0180
commit 04d9603449
3 changed files with 3 additions and 9 deletions

View File

@@ -12,10 +12,4 @@ repos:
hooks:
- 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']
args: ["--profile", "black", "--filter-files"]