Skip to content

Commit 282ac6f

Browse files
committed
Add a skip for codespell
1 parent ef4be8c commit 282ac6f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -188,5 +188,6 @@ snap=["create"]
188188
# Ref: https://github.com/codespell-project/codespell#using-a-config-file
189189
skip = '.git*,*.svg,*.lock,*.css'
190190
check-hidden = true
191-
# ignore-regex = ''
191+
# Ignore "formatting" like **L**anguage
192+
ignore-regex = '\*\*[A-Z]\*\*[a-z]+\b'
192193
# ignore-words-list = ''

0 commit comments

Comments
 (0)