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 46bfe77 commit 9d2dc3eCopy full SHA for 9d2dc3e
.pre-commit-config.yaml
@@ -0,0 +1,13 @@
1
+exclude: "^{{cookiecutter\\.project_name}}/"
2
+repos:
3
+ - repo: https://github.com/pre-commit/pre-commit-hooks
4
+ rev: v4.1.0
5
+ hooks:
6
+ - id: check-yaml
7
+ - id: end-of-file-fixer
8
+ - id: trailing-whitespace
9
+ - id: check-added-large-files
10
+ - repo: https://github.com/pre-commit/mirrors-prettier
11
+ rev: v2.6.0
12
13
+ - id: prettier
0 commit comments