11 lines
144 B
INI
11 lines
144 B
INI
|
[pycodestyle]
|
||
|
max-line-length = 119
|
||
|
|
||
|
[flake8]
|
||
|
max-line-length = 119
|
||
|
ignore = E722
|
||
|
|
||
|
# pylint
|
||
|
[MESSAGES CONTROL]
|
||
|
disable=invalid-name,bare-except
|