We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 32d79ef commit 87b73e2Copy full SHA for 87b73e2
setup.cfg
@@ -42,7 +42,6 @@ bootstrap =
42
ignore = E203, # space before : (needed for how black formats slicing)
43
E402, # module level import not at top of file
44
W503, # line break before binary operator
45
- E203, # space before : (needed for how black formats slicing)
46
# Classes/functions in different blocks can generate those errors
47
E302, # expected 2 blank lines, found 0
48
E305, # expected 2 blank lines after class or function definition, found 0
0 commit comments