Update mypy to 0.990

This commit is contained in:
Hasan Ramezani 2022-11-09 16:03:25 +01:00 committed by Aleksi Häkli
parent c556675da4
commit 5c7bea2a42
2 changed files with 3 additions and 3 deletions

View file

@ -29,8 +29,8 @@ class AxesCacheHandler(AbstractAxesHandler, AxesBaseHandler):
def reset_attempts(
self,
*,
ip_address: str = None,
username: str = None,
ip_address: Optional[str] = None,
username: Optional[str] = None,
ip_or_username: bool = False,
) -> int:
cache_keys: list = []

View file

@ -1,4 +1,4 @@
black==22.10.0
mypy==0.982
mypy==0.990
prospector==1.7.7
types-pkg_resources # Type stub