mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-06 12:14:27 +08:00
Fixing flake8 B errors
This commit is contained in:
4
.flake8
4
.flake8
@@ -14,17 +14,15 @@
|
||||
# 44 E127 continuation line over-indented for visual indent
|
||||
|
||||
[flake8]
|
||||
ignore = F401, F811, E127, E128, E301, E302, E305, E501, E701, E704
|
||||
ignore = F401, F811, E127, E128, E301, E302, E305, E501, E701, E704, B303
|
||||
|
||||
# Errors that we need to fix before enabling flake8 by default:
|
||||
# 921 F821 undefined name
|
||||
# 28 E116 unexpected indentation (comment)
|
||||
# 26 F403 from * import used
|
||||
# 14 E251 unexpected spaces around keyword argument '='
|
||||
# 8 B006 mutable argument defaults
|
||||
# 7 E999 invalid syntax
|
||||
# 7 E111 indentation is not a multiple of four
|
||||
# 5 F405 name undefined or from * imports
|
||||
# 4 E262 inline comment should start with #
|
||||
# 4 E114 indentation is not a multiple of four
|
||||
# 2 B303 __metaclass__ use on Python 3
|
||||
|
||||
Reference in New Issue
Block a user