File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ notebook = "jupyter notebook --ip 0.0.0.0 --port 8888 --no-browser --notebook-di
3535format.cmd = " bash -c 'ruff check ./giskard_vision ./tests --fix && black ./giskard_vision ./examples ./tests && isort ./giskard_vision ./tests'"
3636check-format.cmd = " bash -c 'ruff check ./giskard_vision ./tests && black --check ./giskard_vision ./examples ./tests && isort --check ./giskard_vision ./tests'"
3737test.cmd = " pytest tests/ -c pyproject.toml --disable-warnings -vvv --durations=0"
38- check-notebook = " bash -c 'for dir in $(find ~+/examples -type f -name \" *ipynb\" ! -name \" *scan*\" | sed -E \" s|/[^/]+$||\" |sort -u); do cd $dir && pdm run jupyter nbconvert --to script -y $(ls *.ipynb | grep -v " scan") && find . -type f | grep -e \".py$\" | sort | xargs -I {} echo \"pdm run python {} && echo \"Notebook {} OK\" || exit 1\" | sh; done'"
38+ check-notebook = " bash -c 'for dir in $(find ~+/examples -type f -name \" *ipynb\" ! -name \" *scan*\" | sed -E \" s|/[^/]+$||\" |sort -u); do cd $dir && pdm run jupyter nbconvert --to script -y $(ls *.ipynb | grep -v \ " scan\ " ) && find . -type f | grep -e \" .py$\" | sort | xargs -I {} echo \" pdm run python {} && echo \" Notebook {} OK\" || exit 1\" | sh; done'"
3939
4040[tool .pdm .dev-dependencies ]
4141dev = [
You can’t perform that action at this time.
0 commit comments