summaryrefslogtreecommitdiff
path: root/setup.cfg
Commit message (Expand)AuthorAgeFilesLines
* 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
* isort: Include trailing commasPradyun Gedam2017-11-211-0/+1
* Include license file in the generated wheel package (#4790)Jon Dufresne2017-10-201-1/+4
* pytest: enable report (#4775)Benoit Pierre2017-10-071-1/+1
* Merge branch 'master' into mypy/infrastructurePradyun S. Gedam2017-09-021-1/+1
|\
| * Move all internal APIs to pip._internalDonald Stufft2017-08-311-1/+1
* | Improve mypy configurationPradyun S. Gedam2017-07-171-0/+10
|/
* Move flake8 configuration into setup.cfg (#4594)Pradyun S. Gedam2017-07-051-0/+4
* isort: Have better configurationPradyun S. Gedam2017-06-131-0/+7
* isort: Ignore using setup.cfgPradyun S. Gedam2017-06-131-0/+5
* Fixed some pytest warnings in the testsAlex Gaynor2017-03-201-1/+1
* Use the new wheel config sectionThomas Grainger2015-10-021-1/+1
* Rename pip.vendor.* to pip._vendor.* to ensure it's obviously privateDonald Stufft2013-10-221-1/+1
* Switch to using py.test as the test runner instead of noseDonald Stufft2013-08-211-2/+2
* Add the universal flag to setup.cfg to create version-independent wheelsPaul Moore2013-08-201-0/+3
* can't use easy_install to install virtualenv test req from gitMarcus Smith2013-07-011-3/+0
* Non-user-facing: setup.py dev in pip checkout will run setup.py develop and t...Chris McDonough2012-09-071-0/+3
* bugfix: closed ticket #132 - Bazaar backend does not show bzr+file:// in `fre...Hugo Lopes Tavares2010-06-091-1/+0