File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
src/pip/_internal/network Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 2828 args : [--fix, --exit-non-zero-on-fix]
2929
3030- repo : https://github.com/pre-commit/mirrors-mypy
31- rev : v1.15 .0
31+ rev : v1.16 .0
3232 hooks :
3333 - id : mypy
3434 exclude : tests/data
Original file line number Diff line number Diff line change @@ -230,7 +230,7 @@ def __init__(
230230 ) -> None :
231231 self .prompting = prompting
232232 self .index_urls = index_urls
233- self .keyring_provider = keyring_provider # type: ignore[assignment]
233+ self .keyring_provider = keyring_provider
234234 self .passwords : dict [str , AuthInfo ] = {}
235235 # When the user is prompted to enter credentials and keyring is
236236 # available, we will offer to save them. If the user accepts,
Original file line number Diff line number Diff line change @@ -226,7 +226,7 @@ def sitecustomize(self) -> str | None:
226226 return self ._sitecustomize
227227
228228 @sitecustomize .setter
229- def sitecustomize (self , value : str ) -> None :
229+ def sitecustomize (self , value : str | None ) -> None :
230230 self ._sitecustomize = value
231231 self ._customize_site ()
232232
You can’t perform that action at this time.
0 commit comments