Files
cibuildwheel/setup.cfg
T

17 lines
213 B
INI
Raw Normal View History

2019-11-12 23:51:27 +00:00
[flake8]
ignore = E501,W503
application-import-names = cibuildwheel
exclude =
cibuildwheel/resources/,
dist/,
build/,
.git/,
env/,
env2/,
2020-04-06 11:50:30 +01:00
env??/,
.venv/,
site/
2020-05-03 16:52:35 +01:00
2020-05-03 17:03:35 +01:00
[tool:pytest]
2020-05-03 16:52:35 +01:00
junit_family=xunit2