Skip to content

Commit

Permalink
Fixup regex ignore (no "), skip all prior years events
Browse files Browse the repository at this point in the history
  • Loading branch information
yarikoptic committed Jan 8, 2024
1 parent fb8128f commit 3f3e71f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .codespellrc
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[codespell]
skip = .git,*.pdf,*.svg,*_201[789]*,*_2020*
skip = .git,*.pdf,*.svg,*_201[789]*,*_202[012]*
# embedded in ipynb images
ignore-regex = '^\s*"image/\S+": ".*'
ignore-regex = (^\s*"image/\S+": "|.*_json = {).*
#
# ignore-words-list =

0 comments on commit 3f3e71f

Please sign in to comment.