We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 47cb760 commit 6f96b53Copy full SHA for 6f96b53
.github/workflows/codespell.yml
@@ -11,7 +11,7 @@ jobs:
11
- run: pip install codespell flake8
12
- run: |
13
SKIP="./.*,./other/dictionary.txt,./other/words,./project_euler/problem_22/p022_names.txt"
14
- codespell -L ans,fo,hist,iff,secant,tim --skip=$SKIP --quiet-level=2
+ codespell -L ans,fo,hist,iff,secant,som,tim --skip=$SKIP --quiet-level=2
15
- name: Codespell comment
16
if: ${{ failure() }}
17
uses: plettich/python_codespell_action@master
0 commit comments