ignoring flake8 rules that are not being enforced: E231

This commit is contained in:
Italo Maia 2025-02-18 18:08:48 +01:00
parent cf02df1785
commit f6f6c97880

View File

@ -17,6 +17,11 @@ repos:
hooks:
- id: flake8
types: [python]
args:
[
"--ignore",
"E231"
]
- repo: local
hooks:
- id: pylint