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 e40c1ef commit 1aa6dbdCopy full SHA for 1aa6dbd
.pre-commit-config.yaml
@@ -31,7 +31,7 @@ repos:
31
# hooks:
32
# - id: remove-tabs
33
- repo: https://github.com/codespell-project/codespell
34
- rev: v2.2.1
+ rev: v2.2.2
35
hooks:
36
- id: codespell
37
name: Run codespell
@@ -44,7 +44,7 @@ repos:
44
# - id: shellcheck
45
# - id: shfmt
46
- repo: https://github.com/pre-commit/mirrors-prettier
47
- rev: v3.0.0-alpha.0
+ rev: v3.0.0-alpha.3
48
49
- id: prettier
50
name: Run prettier
Makefile
@@ -1,3 +1,7 @@
1
-.PHONY: lint
2
-lint:
+.PHONY: check
+check:
3
pre-commit run --all-files
4
+
5
+.PHONY: update
6
+update:
7
+ pre-commit autoupdate
0 commit comments