codespell-private.yml: Do not codespell digital signature files (#3623)

Co-authored-by: Eric Larson <larson.eric.d@gmail.com>
This commit is contained in:
Christian Clauss
2025-01-30 21:36:48 +01:00
committed by GitHub
parent 8a428851f2
commit faf0c8d0bb

View File

@ -58,7 +58,7 @@ jobs:
# tomli should not be required for the next two steps (and make sure it's not)
- run: pip uninstall -yq tomli
if: ${{ matrix.no-toml == 'no-toml' }}
- 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"
- 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,"
# this file has an error
- run: "! codespell codespell_lib/tests/test_basic.py"