Skip to content

Commit 6f96b53

Browse files
authored
Add som to codespell exceptions
1 parent 47cb760 commit 6f96b53

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: .github/workflows/codespell.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
- run: pip install codespell flake8
1212
- run: |
1313
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
14+
codespell -L ans,fo,hist,iff,secant,som,tim --skip=$SKIP --quiet-level=2
1515
- name: Codespell comment
1616
if: ${{ failure() }}
1717
uses: plettich/python_codespell_action@master

0 commit comments

Comments
 (0)