aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--setup.cfg4
1 files changed, 3 insertions, 1 deletions
diff --git a/setup.cfg b/setup.cfg
index 9374560..823c84d 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -13,5 +13,7 @@ ignore =
# E305: expected 2 blank lines after class or function definition, found 1
E305,
# E401: multiple imports on one line
- E401
+ E401,
+ # too many leading '#' for block comment
+ E266
max-line-length = 120