Skip to content

Commit b57030b

Browse files
beananKevin D Smith
beanan
authored and
Kevin D Smith
committed
CLN: Remove the duplicate configuration of flake8-rst in setup.cfg (pandas-dev#36877)
1 parent 0ef3899 commit b57030b

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)