We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 443aa26 commit 0cc66bbCopy full SHA for 0cc66bb
.pre-commit-config.yaml
@@ -0,0 +1,7 @@
1
+repos:
2
+- repo: https://github.com/pre-commit/pre-commit-hooks
3
+ rev: v2.3.0
4
+ hooks:
5
+ - id: check-yaml
6
+ - id: end-of-file-fixer
7
+ - id: trailing-whitespace
0 commit comments