summaryrefslogtreecommitdiff
path: root/setup.cfg
Commit message (Expand)AuthorAgeFilesLines
* Include `AUTHORS.txt` in pip's wheels (#11882)Roman Donchenko2023-03-271-3/+0
* Ignore mypy errors in logic from jaraco.textPradyun Gedam2023-02-051-0/+3
* Selectively enable user siteTzu-ping Chung2022-10-281-1/+0
* fixupshauntsaninja2022-08-121-0/+1
* Add /src explicitly to MYPY_PATHTzu-ping Chung2022-07-221-0/+1
* Disable spurious flake8-bugbear warningsPradyun Gedam2022-04-221-0/+4
* Complete type annotations of tests/functional/ directoryJon Dufresne2021-11-181-4/+0
* Remove redundant Python 2 codeHugo van Kemenade2021-11-081-2/+0
* Merge pull request #10526 from uranusjr/remove-extra-merge-xfailTzu-ping Chung2021-09-301-0/+1
|\
| * Har-fail on unexpected xfail passTzu-ping Chung2021-09-301-0/+1
* | Complete type annotations for tests/conftest.py and tests/lib/*Jon Dufresne2021-09-291-5/+1
|/
* Complete type annotations of tests/unit/ directoryJon Dufresne2021-09-231-2/+6
* Run mypy on the tests directoryJon Dufresne2021-08-221-0/+4
* Merge pull request #10358 from uranusjr/sysconfig-switch-python-310Pradyun Gedam2021-08-211-0/+1
|\
| * Switch install scheme backend to sysconfigTzu-ping Chung2021-08-211-0/+1
* | Remove unused "retrying" package from mypy configurationJon Dufresne2021-08-211-2/+0
|/
* Use --color=yesharupy2021-07-041-1/+1
* Merge pull request #9739 from pradyunsg/tests/drop-YAML-based-resolver-testsPradyun Gedam2021-03-281-1/+0
|\
| * Drop YAML tests for the resolverPradyun Gedam2021-03-211-1/+0
* | Default to follow-imports = normal insteadTzu-ping Chung2021-03-161-1/+0
* | Set follow_imports = silentTzu-ping Chung2021-03-101-2/+16
|/
* Complete typing of noxfile.pyJon Dufresne2021-02-191-1/+0
* Replace pip._internal.utils.typing with stdlib typingJon Dufresne2021-02-181-1/+1
* Use unified OSError and its subclassesJon Dufresne2020-12-261-7/+0
* Merge pull request #9339 from jdufresne/setup-cfg-universalPradyun Gedam2020-12-261-3/+0
|\
| * Remove "universal" from "bdist_wheel" configurationJon Dufresne2020-12-231-3/+0
* | Remove obsolete "# type: ignore" commentsJon Dufresne2020-12-231-0/+1
|/
* Skip pip search tests unless explicitly requestedTzu-ping Chung2020-12-151-0/+1
* Drop custom logic for new_resolver testsPradyun Gedam2020-10-301-1/+0
* Merge pull request #8907 from hugovk/isort-5-config-updatesPradyun Gedam2020-09-241-4/+0
|\
| * Merge branch 'master' into isort-5-config-updatesHugo van Kemenade2020-09-241-2/+4
| |\
| * | Remove unnecessary config for isort 5Hugo van Kemenade2020-09-231-4/+0
* | | Flake8: use extend-ignore to avoid needing to redefine defaultsHugo van Kemenade2020-09-241-3/+1
| |/ |/|
* | Prepare isort for blackPradyun Gedam2020-09-231-2/+1
* | Prepare flake8 for blackPradyun Gedam2020-09-231-0/+3
|/
* Enable flake8-logging-formatNguyễn Gia Phong2020-07-171-0/+8
* Add basic test coverage configurationChris Hunt2020-07-071-0/+38
* Add B014 ignoreDevesh Kumar Singh2020-06-101-2/+7
* Remove explicit select and ignore src/pip for flake8-bugbear for nowDevesh Kumar Singh2020-06-051-8/+2
* Add flake8-bugbear rules to setup.cfgDevesh Kumar Singh2020-06-051-3/+11
* Register the new markerPaul Moore2020-05-211-1/+2
* move marker registering to setup.cfgcjc73732020-05-211-0/+12
* add global disallow_any_generics=TrueMaxim Kurnikov2019-11-121-0/+1
* add per-file disallow_untyped_defs=False, and set it to True globallyMaxim Kurnikov2019-09-291-0/+1
* Appropriately ignore the .nox folderPradyun Gedam2019-09-051-0/+2
* Ignore 'build' directory in linting toolsPradyun Gedam2019-08-271-0/+2
* Use mypy's inline configuration syntax for opt-outsPradyun Gedam2019-07-301-75/+0
* Change isort multi_line_output to 3Pradyun Gedam2019-07-221-1/+1
* Remove strict_optional=False for models/link.py.Chris Jerdonek2019-07-141-3/+0
* Remove strict_optional=False for download.py.Chris Jerdonek2019-07-141-3/+0