Skip to content

Commit d3e7a17

Browse files
mxrsebastinas
authored andcommitted
codespell
1 parent c332f0d commit d3e7a17

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/lint.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@ jobs:
2424
- uses: actions/checkout@v4
2525
- uses: codespell-project/actions-codespell@master
2626
with:
27-
skip: '*.po'
28-
ignore_words_list: ba,te,deltion,dedent,dedented
27+
skip: '*.po',encoding_latin1.py
28+
ignore_words_list: ba,te,deltion,dedent,dedented,assertIn
2929

3030
mypy:
3131
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)