Skip to content

Commit 32f8fdb

Browse files
committed
add precommit hook
1 parent 54d5d02 commit 32f8fdb

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.pre-commit-config.yaml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,11 +22,15 @@ repos:
2222
- id: debug-statements
2323
- id: flake8
2424
- id: fix-encoding-pragma
25-
args: ["--remove"]
25+
args: ['--remove']
2626
- repo: https://github.com/getsentry/pre-commit-hooks
2727
rev: f3237d2d65af81d435c49dee3593dc8f03d23c2d
2828
hooks:
2929
- id: prettier
3030
entry: node_modules/.bin/prettier
3131
- id: eslint
3232
entry: node_modules/.bin/eslint
33+
- repo: https://github.com/crate-ci/typos
34+
rev: v1.26.8
35+
hooks:
36+
- id: typos

0 commit comments

Comments
 (0)