Skip to content
Snippets Groups Projects
Commit b7be7c53 authored by benoit-cty's avatar benoit-cty
Browse files

remove nbdev_clean

parent 3d9bbafb
Branches
No related tags found
1 merge request!151Modifie la pipeline
Pipeline #19805 failed
......@@ -71,6 +71,8 @@ install:
script:
- poetry config virtualenvs.in-project true
- poetry install --extras "pipeline"
# Remove pre-commit cache from Docker image to ensure that the latest version is used
- poetry run pre-commit clean
- poetry run pre-commit install --install-hooks
check-style:
......
repos:
- repo: https://github.com/fastai/nbdev
rev: 2.3.31
hooks:
- id: nbdev_clean
# - repo: https://github.com/fastai/nbdev
# rev: 2.3.31
# hooks:
# - id: nbdev_clean
- repo: https://github.com/charliermarsh/ruff-pre-commit
# Ruff version.
rev: 'v0.11.2'
......
......@@ -74,6 +74,7 @@ git fetch
git switch relance_data
git pull
make install
poetry run pre-commit clean
poetry run pre-commit run --all-files --show-diff-on-failure
```
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment