aboutsummaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini3
1 files changed, 1 insertions, 2 deletions
diff --git a/tox.ini b/tox.ini
index b50d77fa..6c562a1d 100644
--- a/tox.ini
+++ b/tox.ini
@@ -17,8 +17,7 @@ commands = {posargs}
[flake8]
#show-source = True
-#E265 = it can't deal with my #{ section sections
-#F403 = from module import * in __init__
+# E265 = comment blocks like @{ section, which it can't handle
ignore = E265
max-line-length = 120
exclude = .tox,.venv,build,dist,doc,git/ext/