Skip to content

Commit 248af73

Browse files
authored
Merge pull request #76 from blooop/feature/codespell_ignore
add codespell ignore
2 parents d6291e4 + bdb6322 commit 248af73

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,5 +53,5 @@ repos:
5353
rev: v2.3.0
5454
hooks:
5555
- id: codespell
56-
args: ['--write-changes']
57-
exclude: \.(svg|pyc|lock|json)$
56+
args: ["--write-changes","--ignore-words=./codespell-ignore.txt"]
57+
exclude: \.(svg|pyc|lock|json|hrd|pgm)$

codespell-ignore.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
assertIn

0 commit comments

Comments
 (0)