Skip to content
This repository was archived by the owner on Jun 22, 2021. It is now read-only.

Commit ee8da6f

Browse files
authored
Create .pre-commit-hooks.yaml
1 parent e67f249 commit ee8da6f

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.pre-commit-hooks.yaml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
- id: django-makemigrations
2+
name: django makemigrations
3+
description: Run django makemigrations for each commit.
4+
entry: entrypoint.sh
5+
language: script
6+
types: [python]
7+
pass_filenames: false
8+
minimum_pre_commit_version: 0.14.0

0 commit comments

Comments
 (0)