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

Commit f1252fa

Browse files
authored
Create .pre-commit-hooks.yaml
1 parent 65a4239 commit f1252fa

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: graphene-django-hook
2+
name: graphene django schema hook
3+
description: Generate graphql schema.
4+
entry: graphene-django-hook
5+
language: python
6+
always_run: true
7+
pass_filenames: false
8+
minimum_pre_commit_version: 0.14.0

0 commit comments

Comments
 (0)