Skip to content

Commit 2e50ecf

Browse files
committed
Disable spellcheck for notebook
1 parent 6462ede commit 2e50ecf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.pre-commit-config.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ repos:
1818
description: Check for spelling errors
1919
language: system
2020
entry: codespell
21-
args: ['--skip=pyproject.toml,*.pdf,*.png,*.ipynb']
21+
args: ['--skip=pyproject.toml,evaluate.ipynb']
2222
- repo: local
2323
hooks:
2424
- id: black

0 commit comments

Comments
 (0)