Update
Browse files- .pre-commit-config.yaml +9 -0
.pre-commit-config.yaml
ADDED
@@ -0,0 +1,9 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
repos:
|
2 |
+
- repo: https://github.com/pre-commit/pre-commit-hooks
|
3 |
+
rev: v4.5.0
|
4 |
+
hooks:
|
5 |
+
- id: check-json
|
6 |
+
- id: end-of-file-fixer
|
7 |
+
- id: mixed-line-ending
|
8 |
+
args: ["--fix=lf"]
|
9 |
+
- id: trailing-whitespace
|