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 dc8f185 commit 3f2b2e0Copy full SHA for 3f2b2e0
deebot_client/capabilities.py
@@ -68,7 +68,7 @@
68
69
70
def _get_events(
71
- capabilities: DataclassInstance,
+ capabilities: DataclassInstance | type[DataclassInstance],
72
) -> MappingProxyType[type[Event], list[Command]]:
73
events = {}
74
for field_ in fields(capabilities):
requirements-test.txt
@@ -1,4 +1,4 @@
1
-mypy==1.10.1
+mypy==1.11.1
2
pre-commit==3.8.0
3
pycountry==24.6.1
4
pylint==3.2.6
0 commit comments