blob: 9bbbd03f68ff83af1e8f60e5b9db6b526c634760 [file] [log] [blame] [edit]
[bdist_wheel]
universal=1
[flake8]
max-line-length = 99
show_source = True
exclude = .git, __pycache__, build, dist, docs, tools, venv
ignore =
# required for pretty matrix formatting: multiple spaces after `,` and `[`
E201, E241, W504