1
1
Fork 0
mirror of https://github.com/pypa/pip synced 2023-12-13 21:30:23 +01:00
pip/setup.cfg
Pradyun S. Gedam 44be0b072a isort: Have better configuration
Add pip._vendor as a third party package
Use the indentation style that the project uses
Add pip and tests as a known first party packages
Change default section to THIRDPARTY
2017-06-13 17:59:33 +05:30

17 lines
268 B
INI

[isort]
skip =
_vendor
__main__.py
multi_line_output = 5
known_third_party =
pip._vendor
known_first_party =
pip
tests
default_section = THIRDPARTY
[tool:pytest]
addopts = --ignore pip/_vendor --ignore tests/tests_cache
[bdist_wheel]
universal=1