mirror of
https://github.com/jazzband/django-axes.git
synced 2026-03-16 22:30:23 +00:00
Update mypy to 0.990
This commit is contained in:
parent
c556675da4
commit
5c7bea2a42
2 changed files with 3 additions and 3 deletions
|
|
@ -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 = []
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
black==22.10.0
|
||||
mypy==0.982
|
||||
mypy==0.990
|
||||
prospector==1.7.7
|
||||
types-pkg_resources # Type stub
|
||||
|
|
|
|||
Loading…
Reference in a new issue