Skip to content

Commit

Permalink
Fix skip list to pass CI
Browse files Browse the repository at this point in the history
  • Loading branch information
DimitriPapadopoulos committed Nov 26, 2024
1 parent 32f4d8d commit e6558cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/codespell.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@ jobs:
with:
check_filenames: true
# When using this Action in other repos, the --skip option below can be removed
skip: "./.git,./codespell_lib/data,./example/code.c,test_basic.py,*.pyc,README.rst,pyproject-codespell.precommit-toml"
skip: "./.git,./codespell_lib/data,./example/code.c,test_basic.py,./codespell_lib/tests/data,*.pyc,README.rst,pyproject-codespell.precommit-toml"

0 comments on commit e6558cb

Please sign in to comment.