File tree Expand file tree Collapse file tree 4 files changed +29
-1
lines changed Expand file tree Collapse file tree 4 files changed +29
-1
lines changed Original file line number Diff line number Diff line change 1+ [codespell]
2+ skip = .git,*.pdf,*.svg
3+ # poped - loved variable name
4+ ignore-words-list = poped
Original file line number Diff line number Diff line change 1+ ---
2+ name : Codespell
3+
4+ on :
5+ push :
6+ pull_request :
7+
8+ permissions :
9+ contents : read
10+
11+ jobs :
12+ codespell :
13+ name : Check for spelling errors
14+ runs-on : ubuntu-latest
15+
16+ steps :
17+ - name : Checkout
18+ uses : actions/checkout@v3
19+ - name : Codespell
20+ uses : codespell-project/actions-codespell@v2
Original file line number Diff line number Diff line change 3030 " -sn" , # Don't display the score
3131 " --rcfile=.pylintrc" , # Link to your config file
3232 ]
33+ - repo : https://github.com/codespell-project/codespell
34+ rev : v2.2.5
35+ hooks :
36+ - id : codespell
Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ $ pip install '.[devel]'
3535$ pre-commit install
3636```
37374 . Create a new branch, develop and add tests when possible
38- 5 . Run linting & testing before commiting code. Ensure all the hooks are passing.
38+ 5 . Run linting & testing before committing code. Ensure all the hooks are passing.
3939``` shell
4040$ pre-commit run --all-files
4141```
You can’t perform that action at this time.
0 commit comments