From bb55cebb036de69e97a4c27a34ddea97b5b35625 Mon Sep 17 00:00:00 2001 From: rht Date: Sun, 14 May 2023 20:48:32 -0400 Subject: [PATCH] Enable codespell on Jupyter notebooks Fixes #1661. --- .github/workflows/codespell.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/codespell.yml b/.github/workflows/codespell.yml index 009ca6e9ab5..7fc3f4f0256 100644 --- a/.github/workflows/codespell.yml +++ b/.github/workflows/codespell.yml @@ -15,4 +15,4 @@ jobs: - uses: codespell-project/actions-codespell@master with: ignore_words_file: .codespellignore - skip: .*bootstrap.*,*.js,.*bootstrap-theme.css.map,./docs/*.ipynb + skip: .*bootstrap.*,*.js,.*bootstrap-theme.css.map