Skip to content

Commit 4ec7546

Browse files
committed
chore: move codespell ignore list to separate file
1 parent 8601256 commit 4ec7546

2 files changed

Lines changed: 5 additions & 1 deletion

File tree

.codespellignore

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
mor
2+
tok
3+
fpan
4+
dpan

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,4 +45,4 @@ repos:
4545
rev: v2.4.1
4646
hooks:
4747
- id: codespell
48-
args: ["-L", "mor,tok,fpan,dpan"]
48+
args: ["-I", ".codespellignore"]

0 commit comments

Comments
 (0)