We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0bd3e05 commit 4c3e2feCopy full SHA for 4c3e2fe
.pre-commit-config.yaml
@@ -17,11 +17,11 @@ repos:
17
name: Clear output from Jupyter notebooks
18
description: Clear output from Jupyter notebooks.
19
files: \.ipynb$
20
- exclude: ^docs/pre_executed/*
21
stages: [pre-commit]
22
language: system
23
entry: jupyter nbconvert --clear-output
24
- exclude: docs/about/performance.ipynb
+ exclude: docs/pre_executed/performance.ipynb
+ #exclude: docs/about/performance.ipynb
25
# Prevents committing directly branches named 'main' and 'master'.
26
- repo: https://github.com/pre-commit/pre-commit-hooks
27
rev: v4.4.0
0 commit comments