mirror of https://github.com/Textualize/rich.git
skip lockfiles in codespell
This commit is contained in:
parent
0c77fb744e
commit
d141390007
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue