Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 32815a1

Browse files
committed
CI: skip codespell of tests
1 parent 74ccb80 commit 32815a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/lint.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
- uses: actions/checkout@v5
2525
- uses: codespell-project/actions-codespell@master
2626
with:
27-
skip: "*.po,encoding_latin1.py"
27+
skip: "*.po,bpython/test/*.py"
2828
ignore_words_list: ba,te,deltion,dedent,dedented,assertIn
2929

3030
mypy:

0 commit comments

Comments
 (0)