17 行
181 B
INI
17 行
181 B
INI
|
|
[flake8]
|
||
|
|
max-line-length =
|
||
|
|
90
|
||
|
|
ignore =
|
||
|
|
E203,
|
||
|
|
E501,
|
||
|
|
W503,
|
||
|
|
W605,
|
||
|
|
exclude =
|
||
|
|
.git,
|
||
|
|
__pycache__,
|
||
|
|
scripts,
|
||
|
|
external,
|
||
|
|
tests,
|
||
|
|
build,
|
||
|
|
build-*
|