Files
cibuildwheel/setup.cfg
T

14 lines
178 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/