mypy: Bump to 1.0.1 and fix new typing errors

Related to swh/meta#4960
This commit is contained in:
Antoine Lambert 2023-02-17 15:46:39 +01:00
parent 4ca84310eb
commit fc2bd1e937
4 changed files with 4 additions and 4 deletions

View file

@ -58,7 +58,7 @@ class MavenLister(Lister[MavenListerState, RepoPage]):
self,
scheduler: SchedulerInterface,
url: str,
index_url: str = None,
index_url: str,
instance: Optional[str] = None,
credentials: CredentialsType = None,
max_origins_per_page: Optional[int] = None,