We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0c77fb7 commit d141390Copy full SHA for d141390
.github/workflows/codespell.yml
@@ -7,4 +7,4 @@ jobs:
7
- uses: actions/checkout@v4
8
- run: python3 -m pip install codespell
9
- run: codespell --ignore-words-list="ba,fo,hel,revered,womens"
10
- --skip="./README.*.md,*.svg,*.ai,./benchmarks/snippets.py,./tests,./tools"
+ --skip="./README.*.md,*.svg,*.ai,./benchmarks/snippets.py,./tests,./tools,*.lock"
0 commit comments