Skip to content

Commit

Permalink
ci: use pre-commit instead of custom actions job
Browse files Browse the repository at this point in the history
  • Loading branch information
henryiii authored and jcfr committed Aug 6, 2021
1 parent 0368a51 commit 309b66c
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 27 deletions.
27 changes: 0 additions & 27 deletions .github/workflows/codespell.yml

This file was deleted.

7 changes: 7 additions & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,10 @@ repos:
hooks:
- id: flake8
additional_dependencies: [flake8-bugbear]

- repo: https://github.com/codespell-project/codespell
rev: v2.1.0
hooks:
- id: codespell
exclude: "(^.git|^.pylintrc|.png|.svg|^_version.py|^versioneer.py)$"
args: ["-L", "ba,endwhile,unparseable"]

0 comments on commit 309b66c

Please sign in to comment.