pip/src/pip/_internal
Damian Shaw 2a0acb595c
Update and provide fixes for mypy pre-commit (#12389)
* Update mypy to 1.6.1

* Fix mypy "Source file found twice under different module names" error

* Ignore type of intialized abstract class in tests

* Use more specific type ignore method-assign

* Type ignore for message.get_all

* Remove unused type ignore

* Add SizedBuffer type for xmlrpc.client.Transport subclass

* Add Self type for RequestHandlerClass in test

* Add type ignore for shutil.rmtree onexc handler

* Quote SizedBuffer

* Add news entry

* Remove no longer correct comment

* Update self import

* Also ignore type onerror=handler

* Update news entry

* Update news entry
2023-11-07 09:39:01 +00:00
..
cli Enforce f-strings via Ruff (#12393) 2023-11-07 09:14:56 +00:00
commands Enforce f-strings via Ruff (#12393) 2023-11-07 09:14:56 +00:00
distributions add lots of comments on the function of BuildTracker 2023-08-01 13:50:40 -04:00
index Enforce f-strings via Ruff (#12393) 2023-11-07 09:14:56 +00:00
locations Update and provide fixes for mypy pre-commit (#12389) 2023-11-07 09:39:01 +00:00
metadata Update and provide fixes for mypy pre-commit (#12389) 2023-11-07 09:39:01 +00:00
models Enforce f-strings via Ruff (#12393) 2023-11-07 09:14:56 +00:00
network Update and provide fixes for mypy pre-commit (#12389) 2023-11-07 09:39:01 +00:00
operations Enforce f-strings via Ruff (#12393) 2023-11-07 09:14:56 +00:00
req Enforce f-strings via Ruff (#12393) 2023-11-07 09:14:56 +00:00
resolution Enforce f-strings via Ruff (#12393) 2023-11-07 09:14:56 +00:00
utils Update and provide fixes for mypy pre-commit (#12389) 2023-11-07 09:39:01 +00:00
vcs Enforce f-strings via Ruff (#12393) 2023-11-07 09:14:56 +00:00
__init__.py Drop a fallback to using SecureTransport on macOS 2023-07-22 20:39:04 +03:00
build_env.py Reconcile computation of isolated build environment paths (#11740) 2023-02-06 11:27:44 +00:00
cache.py Ruff rules C4,C90,PERF 2023-08-28 14:51:13 +02:00
configuration.py Enforce f-strings via Ruff (#12393) 2023-11-07 09:14:56 +00:00
exceptions.py Enforce f-strings via Ruff (#12393) 2023-11-07 09:14:56 +00:00
main.py Move many type comments to annotations 2021-08-10 07:12:32 -07:00
pyproject.py Update comment 2023-04-02 18:39:45 +02:00
self_outdated_check.py Handle ISO formats with a trailing Z 2023-10-17 11:07:21 +01:00
wheel_builder.py Enforce f-strings via Ruff (#12393) 2023-11-07 09:14:56 +00:00