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 196a8bc commit 85fbf41Copy full SHA for 85fbf41
pyproject.toml
@@ -63,3 +63,6 @@ environment = { python-version = "3.10" }
63
[tool.ty.rules]
64
unresolved-attribute = "ignore" # Ignore unresolved attributes in classes
65
possibly-unbound-attribute = "ignore" # Ignore possibly unbound attributes in classes
66
+unknown-argument = "ignore" # Ignore unknown arguments in function calls
67
+invalid-assignment = "ignore" # Ignore invalid assignments
68
+invalid-argument-type = "ignore" # Ignore invalid argument types
0 commit comments