From 6329ae728ca8384fb50a55daa2831a1ecde1db63 Mon Sep 17 00:00:00 2001 From: beanan Date: Mon, 5 Oct 2020 15:20:10 +0800 Subject: [PATCH] CLN: Remove the duplicate configuration of flake8-rst in setup.cfg --- setup.cfg | 1 - 1 file changed, 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index a7c0f3484517f..3279a485c9bf3 100644 --- a/setup.cfg +++ b/setup.cfg @@ -42,7 +42,6 @@ bootstrap = ignore = E203, # space before : (needed for how black formats slicing) E402, # module level import not at top of file W503, # line break before binary operator - E203, # space before : (needed for how black formats slicing) # Classes/functions in different blocks can generate those errors E302, # expected 2 blank lines, found 0 E305, # expected 2 blank lines after class or function definition, found 0