Skip to content

Commit 2f620bc

Browse files
committed
Add comment for codespell and prettier
1 parent 5d22f1c commit 2f620bc

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,13 +44,14 @@ repos:
4444
name: Prevent Commit to Main Branch
4545
args: ["--branch", "main"]
4646
stages: [pre-commit]
47+
# codespell - spell checker for source code
4748
- repo: https://github.com/codespell-project/codespell
4849
rev: v2.3.0
4950
hooks:
5051
- id: codespell
5152
additional_dependencies:
5253
- tomli
53-
# prettier - multi formatter
54+
# prettier - multi formatter for json, yaml, md
5455
- repo: https://github.com/pre-commit/mirrors-prettier
5556
rev: f12edd9c7be1c20cfa42420fd0e6df71e42b51ea # frozen: v4.0.0-alpha.8
5657
hooks:

0 commit comments

Comments
 (0)