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 a9c7359 commit c711f4aCopy full SHA for c711f4a
.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
+ - run: codespell -L ans --skip=./other/dictionary.txt,./other/words,./project_euler/problem_22/p022_names.txt
0 commit comments