python-click/setup.cfg

38 lines
411 B
INI
Raw Normal View History

2018-09-06 20:55:10 +02:00
[metadata]
2019-01-07 17:51:19 +01:00
license_file = LICENSE.rst
[bdist_wheel]
universal = 1
2014-10-16 20:40:34 +02:00
2018-09-06 20:55:10 +02:00
[tool:pytest]
2019-01-07 17:51:19 +01:00
testpaths = tests
2020-07-21 08:23:42 +02:00
filterwarnings =
error
2019-01-07 17:51:19 +01:00
[coverage:run]
branch = True
source =
2020-07-21 08:23:42 +02:00
src
2019-01-07 17:51:19 +01:00
tests
[coverage:paths]
source =
click
2020-07-21 08:23:42 +02:00
*/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
2019-01-07 17:51:19 +01:00
[egg_info]
tag_build =
tag_date = 0