We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 250c73a commit 5c58273Copy full SHA for 5c58273
tests/test_integration_autodoc_type_aliases.py
@@ -37,7 +37,7 @@ def dec(val: T) -> T:
37
ArrayLike = Literal["test"]
38
39
40
-class _SchemaMeta(type): # noqa: PLW1641
+class _SchemaMeta(type): # noqa: PLW1641
41
def __eq__(cls, other: object) -> bool:
42
return True
43
0 commit comments