Commit c9b8933e by Wenzel Jakob

flake8 fix

parent 54eb8193
...@@ -7,4 +7,4 @@ show_source = True ...@@ -7,4 +7,4 @@ show_source = True
exclude = .git, __pycache__, build, dist, docs, tools, venv exclude = .git, __pycache__, build, dist, docs, tools, venv
ignore = ignore =
# required for pretty matrix formatting: multiple spaces after `,` and `[` # required for pretty matrix formatting: multiple spaces after `,` and `[`
E201, E241 E201, E241, W504
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment