Skip to content

Commit ff71965

Browse files
committed
maint: revert prek for #264 due to codespell issue
1 parent 9e2ca66 commit ff71965

File tree

1 file changed

+0
-14
lines changed

1 file changed

+0
-14
lines changed

pyproject.toml

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -177,17 +177,3 @@ conflicts = [
177177
{ extra = "sevenn" },
178178
],
179179
]
180-
181-
[dependency-groups]
182-
dev = ["prek>=0.2.0", "ty>=0.0.1a20"]
183-
184-
[tool.ty.rules]
185-
# TODO: Unable to work with **kwargs: https://github.com/astral-sh/ty/issues/247
186-
missing-argument = "ignore"
187-
188-
[[tool.ty.overrides]]
189-
include = ["tests/models/**/*.py", "torch_sim/models/**/*.py"]
190-
191-
# TODO would be nice to only ignore unresolved model imports but fail on all other packages
192-
[tool.ty.overrides.rules]
193-
unresolved-import = "ignore"

0 commit comments

Comments
 (0)