Skip to content

Commit e21c53c

Browse files
committed
fix codespell
1 parent 0c800e2 commit e21c53c

File tree

2 files changed

+3
-5
lines changed

2 files changed

+3
-5
lines changed

.codespellrc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[codespell]
2-
skip = .git, *.pdf, *.svg, *.ipynb
3-
ignore-regex = ^\s*"image/\S+": ".*
2+
skip=.git,*.pdf,*.svg,*.ipynb
3+
ignore-regex=^\s*"image/\S+": ".*
44

55
#
6-
ignore-words-list = shepard, nevers, nin, DaSy, Fo, Alle, ND
6+
ignore-words-list=shepard,nevers,nin,DaSy,Fo,Alle,ND

.github/workflows/codespell.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,5 +20,3 @@ jobs:
2020

2121
- name: Codespell
2222
uses: codespell-project/actions-codespell@v2
23-
with:
24-
args: "-c .codespellrc ."

0 commit comments

Comments
 (0)