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

remove nbdev_clean

parent 3d9bbafb
No related branches found
No related tags found
1 merge request!151Modifie la pipeline
Pipeline #19805 failed
...@@ -71,6 +71,8 @@ install: ...@@ -71,6 +71,8 @@ install:
script: script:
- poetry config virtualenvs.in-project true - poetry config virtualenvs.in-project true
- poetry install --extras "pipeline" - 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 - poetry run pre-commit install --install-hooks
check-style: check-style:
......
repos: repos:
- repo: https://github.com/fastai/nbdev # - repo: https://github.com/fastai/nbdev
rev: 2.3.31 # rev: 2.3.31
hooks: # hooks:
- id: nbdev_clean # - id: nbdev_clean
- repo: https://github.com/charliermarsh/ruff-pre-commit - repo: https://github.com/charliermarsh/ruff-pre-commit
# Ruff version. # Ruff version.
rev: 'v0.11.2' rev: 'v0.11.2'
......
...@@ -74,6 +74,7 @@ git fetch ...@@ -74,6 +74,7 @@ git fetch
git switch relance_data git switch relance_data
git pull git pull
make install make install
poetry run pre-commit clean
poetry run pre-commit run --all-files --show-diff-on-failure 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