Skip to content

Commit 8f8d9f0

Browse files
committed
[skip ci] added pyright ignore to pyproject
1 parent dbe5c7b commit 8f8d9f0

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
@@ -129,3 +129,6 @@ junit_family = "xunit2"
129129

130130
[tool.ruff.lint]
131131
ignore = ["FBT001", "FA100"]
132+
133+
[tool.pyright]
134+
reportAssignmentType = false

0 commit comments

Comments
 (0)