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 4d97e7c commit dfbfb20Copy full SHA for dfbfb20
.pre-commit-config.yaml
@@ -0,0 +1,17 @@
1
+# See https://pre-commit.com for more information
2
+# See https://pre-commit.com/hooks.html for more hooks
3
+ci:
4
+ autofix_commit_msg: "chore(pre-commit): :pencil2: automatic fixes"
5
+ autoupdate_commit_msg: "ci(pre-commit): :construction_worker: update pre-commit CI version"
6
+
7
+repos:
8
+- repo: https://github.com/pre-commit/pre-commit-hooks
9
+ rev: v3.2.0
10
+ hooks:
11
+ - id: trailing-whitespace
12
+ - id: end-of-file-fixer
13
14
+- repo: https://github.com/commitizen-tools/commitizen
15
+ rev: v1.17.0
16
17
+ - id: commitizen
0 commit comments