Skip to content

Commit 2a7cc5e

Browse files
committed
CI: skip codespell of tests
1 parent 74ccb80 commit 2a7cc5e

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,encoding_latin1.py,test_reply.py"
2828
ignore_words_list: ba,te,deltion,dedent,dedented,assertIn
2929

3030
mypy:

0 commit comments

Comments
 (0)