Skip to content

Commit

Permalink
Added two words to codespell ignore list
Browse files Browse the repository at this point in the history
  • Loading branch information
fmauch committed Jun 17, 2024
1 parent dbedf08 commit 8cfc475
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 @@ -138,5 +138,5 @@ repos:
rev: v2.3.0
hooks:
- id: codespell
args: ['--write-changes']
args: ['--write-changes', '-L bootup,assertIn']
exclude: \.(svg|pyc|drawio)$

0 comments on commit 8cfc475

Please sign in to comment.