mirror of
https://github.com/nicolargo/glances.git
synced 2024-11-24 05:15:47 +03:00
9 lines
247 B
INI
9 lines
247 B
INI
[flake8]
|
|
exclude = .git,__pycache__,docs/,build,dist
|
|
ignore =
|
|
W504, B007, B014, B008, B902, Q000,
|
|
N801, N802, N803, N806, N807, N811, N812, N813, N814, N815, N816, N817, N818
|
|
|
|
# lines should not exceed 120 characters
|
|
max-line-length = 120
|