Files
cibuildwheel/setup.cfg
T

17 lines
218 B
INI
Raw Normal View History

2019-11-12 23:51:27 +00:00
[flake8]
2020-05-15 12:35:14 +01:00
ignore = E501,W503,E741
2019-11-12 23:51:27 +00:00
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