Skip to content

Commit

Permalink
Remove typos from pre-commit
Browse files Browse the repository at this point in the history
  • Loading branch information
jochenklar committed Jul 10, 2024
1 parent a8b6778 commit d3e0223
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 5 deletions.
4 changes: 0 additions & 4 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,3 @@ repos:
- id: end-of-file-fixer
- id: trailing-whitespace
- id: debug-statements
- repo: https://github.com/crate-ci/typos
rev: v1.23.1
hooks:
- id: typos
3 changes: 3 additions & 0 deletions .typos.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,6 @@ hassel = "hassel"
Hassel = "Hassel"
noy = "noy"
pn = "pn"

[files]
extend-exclude = ["assets/*"]
5 changes: 4 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,7 @@ schema:
tree:
python3 build/tree.py

.PHONY: prod dev serve clean assets links csvtables definitions glossary pattern protocol schema tree
typos:
typos --write-changes --force-exclude

.PHONY: prod dev serve clean assets links csvtables definitions glossary pattern protocol schema tree typos

0 comments on commit d3e0223

Please sign in to comment.