Skip to content

Commit 87b73e2

Browse files
author
beanan
authored
CLN: Remove the duplicate configuration of flake8-rst in setup.cfg (#36877)
1 parent 32d79ef commit 87b73e2

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

setup.cfg

-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,6 @@ bootstrap =
4242
ignore = E203, # space before : (needed for how black formats slicing)
4343
E402, # module level import not at top of file
4444
W503, # line break before binary operator
45-
E203, # space before : (needed for how black formats slicing)
4645
# Classes/functions in different blocks can generate those errors
4746
E302, # expected 2 blank lines, found 0
4847
E305, # expected 2 blank lines after class or function definition, found 0

0 commit comments

Comments
 (0)