Skip to content

Commit 9d2dc3e

Browse files
committed
feat: add a basic .pre-commit-config.yaml to the template repo itself
1 parent 46bfe77 commit 9d2dc3e

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

.pre-commit-config.yaml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
hooks:
13+
- id: prettier

0 commit comments

Comments
 (0)