Skip to content

Commit 07c536a

Browse files
committed
exclude spellcheck
1 parent 2c324ad commit 07c536a

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.pre-commit-config.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,9 @@ repos:
4242
hooks:
4343
- id: codespell
4444
args: ["-LHEP"]
45-
exclude: ^docs/usage/intro.ipynb$
45+
exclude:
46+
- ^docs/usage/intro.ipynb$
47+
- ^docs/src/pytree.ipynb$
4648

4749
- repo: https://github.com/rbubley/mirrors-prettier
4850
rev: "v3.6.2"

0 commit comments

Comments
 (0)