1
1
Fork 0
mirror of https://github.com/pypa/pip synced 2023-12-13 21:30:23 +01:00
pip/setup.cfg

22 lines
343 B
INI
Raw Normal View History

2017-05-15 11:06:33 +02:00
[isort]
skip =
_vendor
__main__.py
multi_line_output = 5
known_third_party =
pip._vendor
known_first_party =
pip
tests
default_section = THIRDPARTY
2017-05-15 11:06:33 +02:00
[flake8]
exclude = .tox,.idea,*.egg,build,_vendor,data
select = E,W,F
[tool:pytest]
addopts = --ignore src/pip/_vendor --ignore tests/tests_cache
2015-10-02 02:26:59 +02:00
[bdist_wheel]
universal=1