Skip to content

Commit d47c238

Browse files
committed
GA: checkspell: ignore dedented
1 parent 1c6f181 commit d47c238

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
@@ -25,7 +25,7 @@ jobs:
2525
- uses: codespell-project/actions-codespell@master
2626
with:
2727
skip: '*.po'
28-
ignore_words_list: ba,te,deltion
28+
ignore_words_list: ba,te,deltion,dedent,dedented
2929

3030
mypy:
3131
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)