Skip to content

Commit 70c943f

Browse files
committed
Fixing option order
1 parent f511c33 commit 70c943f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

‎pyproject.toml‎

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,8 @@ notebook = "jupyter notebook --ip 0.0.0.0 --port 8888 --no-browser --notebook-di
3232
check-deps = "deptry ."
3333
debug-worker = "python3 -Xfrozen_modules=off -m debugpy --listen localhost:5678 --wait-for-client giskard/cli.py worker start"
3434
worker = "python3 giskard/cli.py worker start"
35-
debug-internal-worker = "python3 -Xfrozen_modules=off -m debugpy --listen localhost:5678 --wait-for-client giskard/cli.py worker -s start"
36-
internal-worker = "python3 giskard/cli.py worker -s start"
35+
debug-internal-worker = "python3 -Xfrozen_modules=off -m debugpy --listen localhost:5678 --wait-for-client giskard/cli.py worker start -s"
36+
internal-worker = "python3 giskard/cli.py worker start -s"
3737

3838
[tool.pdm.dev-dependencies]
3939
dev = [
@@ -276,4 +276,4 @@ addopts = [
276276

277277
[tool.deptry]
278278
extend_exclude = [".history"]
279-
ignore_notebooks = true
279+
ignore_notebooks = true

0 commit comments

Comments
 (0)