aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--setup.cfg4
1 files changed, 2 insertions, 2 deletions
diff --git a/setup.cfg b/setup.cfg
index c6d6060..4cdf178 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -3,7 +3,7 @@ ignore =
# E261: at least two spaces before inline comment
E261,
# E501: line too long
- E501
- # [E302]: expected 2 blank lines, found 1
+ E501,
+ # E302: expected 2 blank lines, found 1
E302
max-line-length = 120