Remove duplicate line in setup.cfg (#9380)

This commit is contained in:
Jiacong Fang 2022-09-14 05:50:23 +08:00 committed by GitHub
parent 23701eac7a
commit a4ed988893
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -34,7 +34,6 @@ ignore =
F401 # module imported but unused
W504 # line break after binary operator
E127 # continuation line over-indented for visual indent
W504 # line break after binary operator
E231 # missing whitespace after ,, ;, or :
E501 # line too long
F403 # from module import * used; unable to detect undefined names