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

[wheel]
universal = 1