mirror of
https://github.com/Break27/kvmd.git
synced 2026-02-06 10:26:38 +08:00
8 lines
242 B
INI
8 lines
242 B
INI
[flake8]
|
|
max-line-length = 160
|
|
ignore = W503, E227, E241, E252
|
|
# W503 line break before binary operator
|
|
# E227 missing whitespace around bitwise or shift operator
|
|
# E241 multiple spaces after
|
|
# E252 missing whitespace around parameter equals
|