Skip to content

Commit 6f117d7

Browse files
committed
ignore rules again
1 parent d627aa2 commit 6f117d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,7 @@ quote-style = "single"
187187
"examples/**/*.py" = ["D101", "D103"]
188188
"tests/**/*.py" = ["D"]
189189
"docs/**/*.py" = ["D"]
190-
"stubs/**/*.pyi" = ["F401", "ANN401"]
190+
"stubs/**/*.pyi" = ["F401", "PYI044", "PYI035", "ANN401"]
191191

192192
[tool.pyright]
193193
stubPath = "stubs"

0 commit comments

Comments
 (0)