pip/setup.cfg

41 lines
599 B
INI
Raw Permalink Normal View History

2017-05-15 11:06:33 +02:00
[isort]
skip =
.tox,
.scratch,
_vendor,
data
multi_line_output = 5
known_third_party =
pip._vendor
known_first_party =
pip
tests
default_section = THIRDPARTY
2017-11-21 08:50:32 +01:00
include_trailing_comma = true
2017-05-15 11:06:33 +02:00
[flake8]
exclude =
.tox,
.scratch,
_vendor,
data
select = E,W,F
2017-06-14 08:14:47 +02:00
[mypy]
follow_imports = silent
ignore_missing_imports = True
strict_optional = False
2017-06-14 08:14:47 +02:00
[mypy-pip/_vendor/*]
follow_imports = skip
ignore_errors = True
[tool:pytest]
addopts = --ignore src/pip/_vendor --ignore tests/tests_cache -r aR
2015-10-02 02:26:59 +02:00
[bdist_wheel]
universal = 1
[metadata]
license_file = LICENSE.txt