Skip to content

Commit 21e95d2

Browse files
committed
configure black
1 parent a677ce4 commit 21e95d2

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.pre-commit-config.yaml

+6
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,12 @@ repos:
55
- id: pyupgrade
66
args: ["--py3-plus"]
77

8+
- repo: https://github.com/psf/black
9+
rev: 20.8b1
10+
hooks:
11+
- id: black
12+
args: ["--target-version", "py35"]
13+
814
- repo: https://gitlab.com/pycqa/flake8
915
rev: 3.8.3
1016
hooks:

0 commit comments

Comments
 (0)