Skip to content

Commit faf0c8d

Browse files
cclausslarsoner
andauthored
codespell-private.yml: Do not codespell digital signature files (#3623)
Co-authored-by: Eric Larson <larson.eric.d@gmail.com>
1 parent 8a42885 commit faf0c8d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/codespell-private.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858
# tomli should not be required for the next two steps (and make sure it's not)
5959
- run: pip uninstall -yq tomli
6060
if: ${{ matrix.no-toml == 'no-toml' }}
61-
- run: codespell --check-filenames --skip="./.git/*,./.pytest_cache/*,./junit-results.xml,*.pyc,./codespell_lib/tests/test_basic.py,./codespell_lib/data/*,./example/code.c,./build/lib/codespell_lib/tests/test_basic.py,./build/lib/codespell_lib/data/*,README.rst,*.egg-info/*,pyproject-codespell.precommit-toml,./.mypy_cache"
61+
- run: codespell --check-filenames --skip="./.*,./build/*,./codespell_lib/data/*,./codespell_lib/tests/test_basic.py,./example/code.c,./junit-results.xml,*.egg-info/*,*.pyc,*.sig,pyproject-codespell.precommit-toml,README.rst,"
6262
# this file has an error
6363
- run: "! codespell codespell_lib/tests/test_basic.py"
6464

0 commit comments

Comments
 (0)