Skip to content

Commit 5c3aead

Browse files
authored
codespell --quiet-level=2
Suppress the BINARY FILE warnings
1 parent 2cf7e8f commit 5c3aead

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/codespell.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,5 @@ jobs:
1010
- uses: actions/setup-python@v1
1111
- run: pip install codespell flake8
1212
- run: |
13-
SKIP="./.*,./other/dictionary.txt,./other/words,./project_euler/problem_22/p022_names.txt,*.bak,*.gif,*.jpeg,*.jpg,*.json,*.png,*.pyc"
14-
codespell -L ans,fo,hist,iff,secant,tim --skip=$SKIP
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

0 commit comments

Comments
 (0)