Skip to content

Commit 59cf890

Browse files
authored
Merge pull request #65 from nipype:pyproject-minor-enh
[skip ci] added pyright ignore to pyproject
2 parents dbe5c7b + 8f8d9f0 commit 59cf890

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)