Skip to content
Merged
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
6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@ notebook = "jupyter notebook --ip 0.0.0.0 --port 8888 --no-browser --notebook-di
check-deps = "deptry ."
debug-worker = "python3 -Xfrozen_modules=off -m debugpy --listen localhost:5678 --wait-for-client giskard/cli.py worker start"
worker = "python3 giskard/cli.py worker start"
debug-internal-worker = "python3 -Xfrozen_modules=off -m debugpy --listen localhost:5678 --wait-for-client giskard/cli.py worker -s start"
internal-worker = "python3 giskard/cli.py worker -s start"
debug-internal-worker = "python3 -Xfrozen_modules=off -m debugpy --listen localhost:5678 --wait-for-client giskard/cli.py worker start -s"
internal-worker = "python3 giskard/cli.py worker start -s"

[tool.pdm.dev-dependencies]
dev = [
Expand Down Expand Up @@ -276,4 +276,4 @@ addopts = [

[tool.deptry]
extend_exclude = [".history"]
ignore_notebooks = true
ignore_notebooks = true