Skip to content

Commit 4c3e2fe

Browse files
committed
pre-commit try direct
1 parent 0bd3e05 commit 4c3e2fe

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,11 @@ repos:
1717
name: Clear output from Jupyter notebooks
1818
description: Clear output from Jupyter notebooks.
1919
files: \.ipynb$
20-
exclude: ^docs/pre_executed/*
2120
stages: [pre-commit]
2221
language: system
2322
entry: jupyter nbconvert --clear-output
24-
exclude: docs/about/performance.ipynb
23+
exclude: docs/pre_executed/performance.ipynb
24+
#exclude: docs/about/performance.ipynb
2525
# Prevents committing directly branches named 'main' and 'master'.
2626
- repo: https://github.com/pre-commit/pre-commit-hooks
2727
rev: v4.4.0

0 commit comments

Comments
 (0)