aboutsummaryrefslogtreecommitdiff
path: root/setup.cfg
diff options
context:
space:
mode:
Diffstat (limited to 'setup.cfg')
-rw-r--r--setup.cfg3
1 files changed, 2 insertions, 1 deletions
diff --git a/setup.cfg b/setup.cfg
index aca3f68..673118a 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -3,4 +3,5 @@ cover-package=whatmaps
[flake8]
# E501: ignore line length
-ignore=E501
+# E265: block comment should start with '# '
+ignore=E501,E265,W504 \ No newline at end of file