aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--setup.cfg2
1 files changed, 2 insertions, 0 deletions
diff --git a/setup.cfg b/setup.cfg
index 669c932..65a3c64 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -6,6 +6,8 @@ ignore =
E251,
# E261: at least two spaces before inline comment
E261,
+ # E265: block comment should start with '# '
+ E265,
# E501: line too long
E501,
# E302: expected 2 blank lines, found 1