There was an error while loading. Please reload this page.
1 parent cb7e009 commit b4e62a8Copy full SHA for b4e62a8
1 file changed
tests/pycodestyle.cfg
@@ -5,9 +5,10 @@ format = pylint
5
# [E125] Continuation indent isn't different from next block
6
# [E128] Not indented for visual style
7
# [E129] visually indented line with same indent as next logical line
8
+# [E301] Blank lines between function definitions
9
# [E303] Too many blank lines
10
# [E402] module level import not at top of file
11
# [E731] do not assign a lambda expression, use a def
12
# [W504] line break after binary operator
13
-ignore=E125,E128,E129,E303,E402,E731,W504
14
+ignore=E125,E128,E129,E301,E303,E402,E731,W504
0 commit comments