Skip to content

Commit

Permalink
codespell write changes
Browse files Browse the repository at this point in the history
  • Loading branch information
paulgessinger committed Dec 6, 2024
1 parent feac686 commit af1e154
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,8 @@ repos:
- id: codespell
args: [
"-S", "*.ipynb,*.onnx,_build,*.svg",
"-I", "./CI/codespell_ignore.txt"
"-I", "./CI/codespell_ignore.txt",
"-w"
]
exclude: ^CI/.*$

Expand Down

0 comments on commit af1e154

Please sign in to comment.