Skip to content

Commit

Permalink
Exempt EigenReporter from Pyright type checking
Browse files Browse the repository at this point in the history
  • Loading branch information
norabelrose committed Mar 17, 2023
1 parent 89ca7f7 commit 85bd413
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@ version = "0.1.1"

[project.optional-dependencies]
dev = [
"cupy-cuda11x",
"hypothesis",
"pre-commit",
"pytest",
Expand All @@ -48,6 +47,7 @@ dev = [
elk = "elk.__main__:run"

[tool.pyright]
exclude = ["elk/training/eigen_reporter.py"]
include = ["elk*"]
reportPrivateImportUsage = false

Expand Down

0 comments on commit 85bd413

Please sign in to comment.