Skip to content

Commit

Permalink
ci: codespell ignore changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
HLasse committed Oct 12, 2023
1 parent f30c8f9 commit 298947b
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 @@ -11,7 +11,7 @@ repos:
args: [
"-w", # Write changes to files
"--skip",
"*.csv,*.bib,tests/books.py,*.ipynb",
"*.csv,*.bib,tests/books.py,*.ipynb,CHANGELOG.md",
# don't code output from notebooks
"-L",
"vise", # Ignore the Danish word 'vise'
Expand Down

0 comments on commit 298947b

Please sign in to comment.