Skip to content

Commit ad8f51e

Browse files
GH1184 Add exception not to report PrivateImportUsage
1 parent a8ea2f1 commit ad8f51e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ mypy = "1.15.0"
3939
pandas = "2.2.3"
4040
pyarrow = ">=10.0.1"
4141
pytest = ">=7.1.2"
42-
pyright = ">=1.1.396,!=1.1.398"
42+
pyright = ">=1.1.399"
4343
poethepoet = ">=0.16.5"
4444
loguru = ">=0.6.0"
4545
typing-extensions = ">=4.4.0"
@@ -219,6 +219,7 @@ reportUnknownParameterType = false
219219
reportUnknownVariableType = false
220220
reportUnusedVariable = false
221221
reportPrivateUsage = false
222+
reportPrivateImportUsage = false
222223
# enable optional checks
223224
reportMissingModuleSource = true
224225
useLibraryCodeForTypes = false

0 commit comments

Comments
 (0)