Skip to content

Commit 136377c

Browse files
committed
Create .pre-commit-config.yaml
1 parent e5f114d commit 136377c

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.pre-commit-config.yaml

+7
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
repos:
2+
- repo: https://github.com/ambv/black
3+
rev: stable
4+
hooks:
5+
- id: black
6+
args: [--line-length=79]
7+
language_version: python3.6

0 commit comments

Comments
 (0)