summaryrefslogtreecommitdiff
path: root/setup.cfg
blob: c1e34c748a9d6abb2aee6d1da6239c08a3a59c85 (plain)
1
2
3
4
5
6
7
[flake8]
exclude = .tox/,build/,docs/
ignore = E203,E301,E302,E303,W503,W605
max_line_length = 88

[wheel]
universal = 1