Skip to content

Commit 8060f58

Browse files
GH1186 PR feedback
1 parent 6cb53e0 commit 8060f58

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

pyproject.toml

+1-2
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"
42+
pyright = "1.1.397"
4343
poethepoet = ">=0.16.5"
4444
loguru = ">=0.6.0"
4545
typing-extensions = ">=4.4.0"
@@ -219,7 +219,6 @@ reportUnknownParameterType = false
219219
reportUnknownVariableType = false
220220
reportUnusedVariable = false
221221
reportPrivateUsage = false
222-
reportPrivateImportUsage = false
223222
# enable optional checks
224223
reportMissingModuleSource = true
225224
useLibraryCodeForTypes = false

0 commit comments

Comments
 (0)