summaryrefslogtreecommitdiff
path: root/src/pip/_internal/models/format_control.py
Commit message (Expand)AuthorAgeFilesLines
* Remove typing.TYPE_CHECKING guardsJon Dufresne2021-02-191-4/+1
* Replace pip._internal.utils.typing with stdlib typingJon Dufresne2021-02-181-2/+3
* Remove unnecessary __ne__ definitionsJon Dufresne2020-12-301-4/+0
* Remove object from class definitionsJon Dufresne2020-12-251-1/+1
* Update linter: isortPradyun Gedam2020-09-231-1/+1
* Return not implmented if class differsCristina Muñoz2020-06-031-1/+1
* Don't raise exception for falseCristina Muñoz2020-06-021-2/+2
* Remove superfluous operator importCristina Muñoz2020-06-021-2/+0
* Fix whitespaceCristina Muñoz2020-06-021-1/+1
* Update src/pip/_internal/models/format_control.pyCristina2020-06-021-7/+9
* Remove Base classCristina Muñoz2020-05-261-2/+1
* fix lintCristina Muñoz2020-05-251-0/+1
* Clean up lint errorsCristina Muñoz2020-05-211-3/+5
* Restrict dynamic attribute creation with slotsCristina Muñoz2020-05-211-2/+11
* Type annotations for pip._internal.models.format_controlDevesh Kumar Singh2020-05-191-4/+1
* remove disallow_untyped_defs=False from models.format_controlMaxim Kurnikov2019-11-161-1/+3
* add global disallow_any_generics=TrueMaxim Kurnikov2019-11-121-3/+3
* add per-file disallow_untyped_defs=False, and set it to True globallyMaxim Kurnikov2019-09-291-0/+1
* Abort when --no-binary/--only-binary receives bad arg (#5847)Pradyun Gedam2019-09-051-0/+5
|\
| * Merge branch 'master' into masterPradyun Gedam2018-11-091-0/+6
| |\
| * | Satisfy isortkeanemind2018-10-051-0/+1
| * | Change order of importskeanemind2018-10-051-1/+1
| * | Implement suggestionskeanemind2018-10-041-0/+5
* | | Use mypy's inline configuration syntax for opt-outsPradyun Gedam2019-07-301-0/+3
* | | remove #noqa: F401Maxim Kurnikov2019-02-221-1/+1
* | | Minor cleanups to format_control.pyPradyun Gedam2018-11-211-8/+12
| |/ |/|
* | Add typing to cmdoptions.pycytolentino2018-10-281-0/+7
|/
* move format control to models and write parametrized testNitesh Sharma2018-09-021-0/+62