File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -32,8 +32,8 @@ notebook = "jupyter notebook --ip 0.0.0.0 --port 8888 --no-browser --notebook-di
3232check-deps = " deptry ."
3333debug-worker = " python3 -Xfrozen_modules=off -m debugpy --listen localhost:5678 --wait-for-client giskard/cli.py worker start"
3434worker = " 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 ]
3939dev = [
@@ -276,4 +276,4 @@ addopts = [
276276
277277[tool .deptry ]
278278extend_exclude = [" .history" ]
279- ignore_notebooks = true
279+ ignore_notebooks = true
You can’t perform that action at this time.
0 commit comments