Skip to content

Commit

Permalink
ignore typings in ruff
Browse files Browse the repository at this point in the history
  • Loading branch information
schmidma committed Jan 25, 2025
1 parent e4f8686 commit bdfdead
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tools/machine-learning/mujoco/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -49,12 +49,13 @@ dev-dependencies = [
]

[tool.pyright]
stubPath = "./typings/"
stubPath = "typings/"

[tool.ruff]
target-version = "py310"
line-length = 80
fix = true
exclude = ["typings/"]

[tool.ruff.lint]
select = [
Expand Down

0 comments on commit bdfdead

Please sign in to comment.