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 f1b84cb commit 7cd8918Copy full SHA for 7cd8918
.pre-commit-config.yaml
@@ -0,0 +1,8 @@
1
+repos:
2
+ - repo: https://github.com/pre-commit/pre-commit-hooks
3
+ rev: v2.3.0
4
+ hooks:
5
+ - id: check-yaml
6
+ args: [--allow-multiple-documents]
7
+ - id: end-of-file-fixer
8
+ - id: trailing-whitespace
0 commit comments