mirror of
https://github.com/ultralytics/yolov5.git
synced 2025-06-03 14:49:29 +08:00
Remove duplicate line in setup.cfg (#9380)
This commit is contained in:
parent
23701eac7a
commit
a4ed988893
@ -34,7 +34,6 @@ ignore =
|
|||||||
F401 # module imported but unused
|
F401 # module imported but unused
|
||||||
W504 # line break after binary operator
|
W504 # line break after binary operator
|
||||||
E127 # continuation line over-indented for visual indent
|
E127 # continuation line over-indented for visual indent
|
||||||
W504 # line break after binary operator
|
|
||||||
E231 # missing whitespace after ‘,’, ‘;’, or ‘:’
|
E231 # missing whitespace after ‘,’, ‘;’, or ‘:’
|
||||||
E501 # line too long
|
E501 # line too long
|
||||||
F403 # ‘from module import *’ used; unable to detect undefined names
|
F403 # ‘from module import *’ used; unable to detect undefined names
|
||||||
|
Loading…
x
Reference in New Issue
Block a user