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 54d5d02 commit 32f8fdbCopy full SHA for 32f8fdb
.pre-commit-config.yaml
@@ -22,11 +22,15 @@ repos:
22
- id: debug-statements
23
- id: flake8
24
- id: fix-encoding-pragma
25
- args: ["--remove"]
+ args: ['--remove']
26
- repo: https://github.com/getsentry/pre-commit-hooks
27
rev: f3237d2d65af81d435c49dee3593dc8f03d23c2d
28
hooks:
29
- id: prettier
30
entry: node_modules/.bin/prettier
31
- id: eslint
32
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