Skip to content
Snippets Groups Projects
Commit a5aa159d authored by Massimiliano Culpo's avatar Massimiliano Culpo
Browse files

flake8: ignore F405

parent c803f7ae
No related branches found
No related tags found
No related merge requests found
......@@ -19,5 +19,5 @@
# - F999: name name be undefined or undefined from star imports.
#
[flake8]
ignore = E221,E241,E731,F403,F821,F999
ignore = E221,E241,E731,F403,F821,F999,F405
max-line-length = 79
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