From d14139000752526fe0b20100ad32292a287280bd Mon Sep 17 00:00:00 2001 From: Will McGugan Date: Tue, 1 Oct 2024 12:59:24 +0100 Subject: [PATCH] skip lockfiles in codespell --- .github/workflows/codespell.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/codespell.yml b/.github/workflows/codespell.yml index a3bc97174..6871d53e3 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"