Skip to content

Commit f4a8e6d

Browse files
martin-martinjackiekazil
authored andcommitted
Exclude notebook files from linter
1 parent 15ed2b6 commit f4a8e6d

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/codespell.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,4 @@ jobs:
1515
- uses: codespell-project/actions-codespell@master
1616
with:
1717
ignore_words_file: .codespellignore
18-
skip: .*bootstrap.*,*.js,.*bootstrap-theme.css.map
19-
ignore_regex: ^\s*"image\/png":\s.*
18+
skip: .*bootstrap.*,*.js,.*bootstrap-theme.css.map,./docs/*.ipynb

0 commit comments

Comments
 (0)