From 3f3e71fa79fb8d28616c08543a15c9134742b206 Mon Sep 17 00:00:00 2001 From: Yaroslav Halchenko Date: Mon, 8 Jan 2024 15:48:18 -0500 Subject: [PATCH] Fixup regex ignore (no "), skip all prior years events --- .codespellrc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.codespellrc b/.codespellrc index 0fd2b6a4a..9335485fd 100644 --- a/.codespellrc +++ b/.codespellrc @@ -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 =