diff --git a/.github/workflows/codespell.yml b/.github/workflows/codespell.yml index a3bc9717..6871d53e 100644 --- a/.github/workflows/codespell.yml +++ b/.github/workflows/codespell.yml @@ -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"