mirror of
https://github.com/containers/podman-compose.git
synced 2025-04-25 01:49:06 +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:
|
hooks:
|
||||||
- id: flake8
|
- id: flake8
|
||||||
types: [python]
|
types: [python]
|
||||||
|
args:
|
||||||
|
[
|
||||||
|
"--ignore",
|
||||||
|
"E231"
|
||||||
|
]
|
||||||
- repo: local
|
- repo: local
|
||||||
hooks:
|
hooks:
|
||||||
- id: pylint
|
- id: pylint
|
||||||
|
Loading…
Reference in New Issue
Block a user