Exclude benchmarks/snippets.py

This commit is contained in:
Darren Burns 2022-03-14 14:30:26 +00:00
parent d000141fdd
commit 1a7fdcfbec
No known key found for this signature in database
GPG Key ID: B0939B45037DC345
1 changed files with 1 additions and 1 deletions

View File

@ -7,4 +7,4 @@ jobs:
- uses: actions/checkout@v2 - uses: actions/checkout@v2
- run: python3 -m pip install codespell - run: python3 -m pip install codespell
- run: codespell --ignore-words-list="ba,fo,hel,revered,womens" - run: codespell --ignore-words-list="ba,fo,hel,revered,womens"
--skip="./README.de.md,./README.es.md,./README.sv.md,./README.fr.md,./README.de-ch.md,./README.hi.md,./README.pt-br.md,./README.it.md,*.svg,./benchmarks/**/*" --skip="./README.de.md,./README.es.md,./README.sv.md,./README.fr.md,./README.de-ch.md,./README.hi.md,./README.pt-br.md,./README.it.md,*.svg,./benchmarks/snippets.py"