Skip to content
Snippets Groups Projects
Commit 45557f0c authored by Jan Caron's avatar Jan Caron
Browse files

Hopefully final correction for flake8

parent a2c1c41a
No related branches found
No related tags found
No related merge requests found
......@@ -122,5 +122,5 @@ flake8-ignore =
pyramid/__init__.py F401 # module imported but unused
pyramid/__init__.py F403 # 'from module import *' used; unable to detect undefined names
pyramid/__init__.py F405 # Name may be undefined, or defined from star imports: module
pyramid/magcreator/__init__.py F401, F403, F405 # same as above
pyramid/magcreator/__init__.py F401,F403,F405 # same as above
#doc/conf.py ALL # TODO: delete?
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment