summaryrefslogtreecommitdiff
path: root/setup.cfg
Commit message (Expand)AuthorAgeFilesLines
* 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
* Remove strict_optional=False for utils/logging.py.Chris Jerdonek2019-07-141-3/+0
* Remove strict_optional=False for vcs/subversion.py.Chris Jerdonek2019-07-141-3/+0
* Remove strict_optional=False for models/target_python.py.Chris Jerdonek2019-07-141-3/+0
* Make the mypy strict_optional exemptions explicit.Chris Jerdonek2019-07-141-0/+86
* merge latest masterMaxim Kurnikov2019-02-231-0/+1
|\
| * ignore W504Maxim Kurnikov2019-02-221-0/+1
* | finish types for pip._internal.req, disallow untyped defsMaxim Kurnikov2018-12-191-0/+3
|/
* Simplify linter configuration to be consistentPradyun Gedam2018-06-251-3/+9
* flake8: Ignore files in .scratchPradyun Gedam2018-06-141-1/+1
* mypy does not check unused importsPradyun Gedam2018-06-131-2/+0
* disable strict_optional mypy option (#5371)Daniel Shaulov2018-05-051-0/+1