Skip to content

Commit

Permalink
Don't spell check notebooks and figs
Browse files Browse the repository at this point in the history
  • Loading branch information
deinal committed Aug 15, 2024
1 parent 1e9d71a commit d60fc4b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ repos:
description: Check for spelling errors
language: system
entry: codespell
args: ['--skip=pyproject.toml']
args: ['--skip=pyproject.toml,*.pdf,*.png,*.ipynb']
- repo: local
hooks:
- id: black
Expand Down

0 comments on commit d60fc4b

Please # to comment.