Skip to content
This repository was archived by the owner on Aug 8, 2020. It is now read-only.

Commit 4a88d23

Browse files
author
Tonye Jack
committed
Added pre-commit hook.
1 parent ab4ec80 commit 4a88d23

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed

.pre-commit-config.yaml

+4
Original file line numberDiff line numberDiff line change
@@ -15,3 +15,7 @@ repos:
1515
rev: 19.10b0
1616
hooks:
1717
- id: black
18+
- repo: https://github.com/mgedmin/check-manifest
19+
rev: "0.40"
20+
hooks:
21+
- id: check-manifest

setup.cfg

+5
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,8 @@ exclude =
77
manage.py,
88
venv,
99
max-line-length = 95
10+
11+
[check-manifest]
12+
ignore =
13+
django_check_constraint
14+
.github/*

0 commit comments

Comments
 (0)