mirror of
https://github.com/mofeng-git/One-KVM.git
synced 2025-12-12 01:00:29 +08:00
lint fix
This commit is contained in:
parent
cd24c13199
commit
d417779f1c
3
tox.ini
3
tox.ini
@ -43,4 +43,5 @@ max-line-length = 160
|
|||||||
# W503 line break before binary operator
|
# W503 line break before binary operator
|
||||||
# E227 missing whitespace around bitwise or shift operator
|
# E227 missing whitespace around bitwise or shift operator
|
||||||
# E241 multiple spaces after
|
# E241 multiple spaces after
|
||||||
ignore=W503,E227,E241
|
# E252 missing whitespace around parameter equals
|
||||||
|
ignore=W503,E227,E241,E252
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user