skip lockfiles in codespell

This commit is contained in:
Will McGugan 2024-10-01 12:59:24 +01:00
parent 0c77fb744e
commit d141390007
1 changed files with 1 additions and 1 deletions

View File

@ -7,4 +7,4 @@ jobs:
- uses: actions/checkout@v4
- run: python3 -m pip install codespell
- run: codespell --ignore-words-list="ba,fo,hel,revered,womens"
--skip="./README.*.md,*.svg,*.ai,./benchmarks/snippets.py,./tests,./tools"
--skip="./README.*.md,*.svg,*.ai,./benchmarks/snippets.py,./tests,./tools,*.lock"