Skip to content

Commit 90b4788

Browse files
committed
ignore pyright errors
1 parent 835ad75 commit 90b4788

File tree

2 files changed

+1
-5
lines changed

2 files changed

+1
-5
lines changed

pyproject.toml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -163,6 +163,4 @@ exclude = [".venv"]
163163
reportUnknownMemberType = "none"
164164
reportUnknownVariableType = "none"
165165
reportUnknownArgumentType = "none"
166-
reportMissingTypeStubs = "none"
167-
# reportPrivateLocalImportUsage = "none"
168-
# reportUnknownParameterType = "none"
166+
reportMissingTypeStubs = "none"

torch_sim/typing.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,4 @@ class BravaisType(Enum):
4949
| list[PhonopyAtoms]
5050
| SimState
5151
| list[SimState]
52-
# | SimStateVar
53-
# | list[SimStateVar]
5452
)

0 commit comments

Comments
 (0)