setup.cfg 238 Bytes
Newer Older
1
2
[bdist_wheel]
universal=1
3
4

[flake8]
5
max-line-length = 99
6
7
8
9
10
show_source = True
exclude = .git, __pycache__, build, dist, docs, tools, venv
ignore =
    # required for pretty matrix formating: multiple spaces after `,` and `[`
    E201, E241