Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 11 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
[tool.black]
line-length = 120

[tool.isort]

profile = "black"
py_version = 310
line_length = 120
group_by_package = true
Expand Down Expand Up @@ -75,6 +79,13 @@ exclude = [
".vscode",
]

extraPaths = [
"source/isaaclab",
"source/isaaclab_assets",
"source/isaaclab_rl",
"source/isaaclab_tasks",
]

typeCheckingMode = "basic"
pythonVersion = "3.11"
pythonPlatform = "Linux"
Expand Down