Skip to content

Commit 60ba8bb

Browse files
committed
Move ignore words from precommit to txt
1 parent 013fcdd commit 60ba8bb

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

.pre-commit-config.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ repos:
1313
rev: v2.3.0
1414
hooks:
1515
- id: codespell
16-
args: ["--ignore-words-list=ALS"]
1716
additional_dependencies:
1817
- tomli
1918
- repo: https://github.com/python-poetry/poetry

ignore_words.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,4 @@ nd
66
siz
77
te
88
vox
9+
ALS

0 commit comments

Comments
 (0)