We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 32f4d8d commit e6558cbCopy full SHA for e6558cb
.github/workflows/codespell.yml
@@ -16,4 +16,4 @@ jobs:
16
with:
17
check_filenames: true
18
# When using this Action in other repos, the --skip option below can be removed
19
- 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 commit comments