summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/tools/third_party/html5lib/setup.cfg
blob: 0b2bb9c79b7529954c14d1e5a0f98e8ae66b05e3 (plain)
1
2
3
4
5
6
7
8
9
10
11
[bdist_wheel]
universal = 1

[pep8]
ignore = N
max-line-length = 139
exclude = .git,__pycache__,.tox,doc

[flake8]
ignore = N, W504
max-line-length = 139