Skip to content

Commit cd82086

Browse files
beananjbrockmendel
beanan
authored andcommitted
CLN: Remove the duplicate configuration of flake8-rst in setup.cfg (pandas-dev#36877)
1 parent e5dcd98 commit cd82086

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

setup.cfg

Lines changed: 0 additions & 1 deletion
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)