mirror of
https://github.com/containers/podman-compose.git
synced 2025-04-11 11:08:47 +02:00
ignoring flake8 rules that are not being enforced: E231
This commit is contained in:
parent
cf02df1785
commit
f6f6c97880
@ -17,6 +17,11 @@ repos:
|
||||
hooks:
|
||||
- id: flake8
|
||||
types: [python]
|
||||
args:
|
||||
[
|
||||
"--ignore",
|
||||
"E231"
|
||||
]
|
||||
- repo: local
|
||||
hooks:
|
||||
- id: pylint
|
||||
|
Loading…
Reference in New Issue
Block a user