Skip to content

Commit 0a9023b

Browse files
committed
use standard codespell
1 parent 1093ee5 commit 0a9023b

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

.codespellrc

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[codespell]
2-
skip = .git,*.pdf,*.svg
3-
# ignore escaped chars
4-
ignore-regex = \\[fnrstv]
5-
#
62
# ignore-words-list =
3+
skip = '.git,*.pdf,*.svg,go.sum,*.lock'
4+
check-hidden = true
5+
ignore-regex = '(^\s*"image/\S+": ".*|\b(KEGG.BRITE|mor.nlm.nih.gov)\b)'
6+
ignore-words-list = 'infarction,amination,assertIn,brite,ehr,mor,brite,nin,mirgate'

.github/workflows/codespell.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
---
2+
# Codespell configuration is within pyproject.toml
3+
---
24
name: Codespell
35

46
on:

0 commit comments

Comments
 (0)