9 lines
113 B
INI
9 lines
113 B
INI
[pycodestyle]
|
|
max-line-length = 130
|
|
ignore = E402, W503
|
|
|
|
[flake8]
|
|
max-complexity = 25
|
|
|
|
[yapf]
|
|
COLUMN_LIMIT = 130
|