We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0b0b82e commit fbd566bCopy full SHA for fbd566b
.github/workflows/codespell.yml
@@ -9,4 +9,4 @@ jobs:
9
- uses: actions/checkout@v2
10
- uses: actions/setup-python@v1
11
- run: pip install codespell flake8
12
- - run: codespell -L ans --skip="./other/dictionary.txt,./other/words,./project_euler/problem_22/p022_names.txt,*.jpg,*.png,*.jpeg,*.gif,./.git/*,./.github/*"
+ - run: codespell -L ans --skip="./.*,./other/dictionary.txt,./other/words,./project_euler/problem_22/p022_names.txt,*.jpg,*.png,*.jpeg,*.gif"
0 commit comments