We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e0cc23b commit 0553c1aCopy full SHA for 0553c1a
aiohttp_session/__init__.py
@@ -81,7 +81,7 @@ def new(self) -> bool:
81
return self._new
82
83
@property
84
- def identity(self) -> Optional[Any]: # type: ignore[misc]
+ def identity(self) -> Optional[Any]:
85
return self._identity
86
87
requirements-dev.txt
@@ -5,7 +5,7 @@ flake8-bandit==4.1.1
5
flake8-bugbear==24.12.12
6
flake8-import-order==0.18.2
7
flake8-requirements==2.2.1
8
-mypy==1.15.0
+mypy==1.16.0
9
pep257==0.7.0
10
pre-commit==4.2.0
11
sphinx==8.2.3
0 commit comments