Skip to content

Commit

Permalink
write-changes flag and ignore words
Browse files Browse the repository at this point in the history
  • Loading branch information
mmaelicke committed Oct 12, 2023
1 parent c09ad55 commit 48b7259
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,10 @@ repos:
hooks:
- id: codespell
args: [
# '--ignore-words-list', 'nd,alos,inout',
# Verly is a Name, coo references the SciPy coo sparse matrix
'--ignore-words-list', 'verly,coo',
'--write-changes',
# 'nd,alos,inout',
# '--ignore-regex', '\bhist\b',
'--'
]
Expand Down

0 comments on commit 48b7259

Please sign in to comment.