Skip to content

Commit

Permalink
fix codespell
Browse files Browse the repository at this point in the history
  • Loading branch information
blooop committed Nov 16, 2024
1 parent 3931031 commit 22922c8
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -56,11 +56,12 @@ repos:
rev: v2.3.0 #TODO latest version 2.3.0 finds a lot of spelling mistakes but fails on "assertIn"
hooks:
- id: codespell
args: ['--write-changes']
args: ['--write-changes','--skip=index.html',"--ignore-words=./codespell-ignore.txt"]
exclude: \.(svg|pyc|lock|json)$

# - repo: https://github.com/compilerla/conventional-pre-commit
# rev: v3.0.0
# hooks:
# - id: conventional-pre-commit
# stages: [commit-msg]
# args: []
# args: []
2 changes: 2 additions & 0 deletions codespell-ignore.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
assertIn
ND

0 comments on commit 22922c8

Please sign in to comment.