Skip to content
Snippets Groups Projects
Commit 3f997212 authored by Robert Habermann's avatar Robert Habermann
Browse files

ignore multiline quote errors

parent 69c07da9
No related branches found
No related tags found
No related merge requests found
......@@ -77,7 +77,7 @@ commands =
flake8 \
--max-complexity=20 \
--exclude=./build,.venv,.tox,.eggs,dist,docs, \
--ignore=Q000 \
--ignore=Q000,Q001 \
--max-line-length=99 \
[]
......
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