ignoring flake8 errors that are already not being followed

This commit is contained in:
Italo Maia 2025-02-18 18:28:45 +01:00
parent f6f6c97880
commit 888be2383e

View File

@ -20,7 +20,7 @@ repos:
args:
[
"--ignore",
"E231"
"E222,E231,E272,E713,W503"
]
- repo: local
hooks: