Skip to content

Commit 85fbf41

Browse files
committed
suppress warnings for now
1 parent 196a8bc commit 85fbf41

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

pyproject.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,3 +63,6 @@ environment = { python-version = "3.10" }
6363
[tool.ty.rules]
6464
unresolved-attribute = "ignore" # Ignore unresolved attributes in classes
6565
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

Comments
 (0)