mirror of
https://github.com/mofeng-git/One-KVM.git
synced 2025-12-12 17:20:30 +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
|