python-click/setup.cfg
2020-07-21 02:23:42 -04:00

38 lines
411 B
INI

[metadata]
license_file = LICENSE.rst
[bdist_wheel]
universal = 1
[tool:pytest]
testpaths = tests
filterwarnings =
error
[coverage:run]
branch = True
source =
src
tests
[coverage:paths]
source =
click
*/site-packages
[flake8]
select = B, E, F, W, B9, ISC
ignore =
E203
E501
E722
W503
max-line-length = 80
per-file-ignores =
src/click/__init__.py: F401
[egg_info]
tag_build =
tag_date = 0