We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c332f0d commit d3e7a17Copy full SHA for d3e7a17
1 file changed
.github/workflows/lint.yaml
@@ -24,8 +24,8 @@ jobs:
24
- uses: actions/checkout@v4
25
- uses: codespell-project/actions-codespell@master
26
with:
27
- skip: '*.po'
28
- ignore_words_list: ba,te,deltion,dedent,dedented
+ skip: '*.po',encoding_latin1.py
+ ignore_words_list: ba,te,deltion,dedent,dedented,assertIn
29
30
mypy:
31
runs-on: ubuntu-latest
0 commit comments