Skip to content

Commit 60d19df

Browse files
committed
dev: use Black first in pre-commit
1 parent 044730e commit 60d19df

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.pre-commit-config.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
fail_fast: true
22

33
repos:
4+
- repo: https://github.com/ambv/black
5+
rev: stable
6+
hooks:
7+
- id: black
48
- repo: https://github.com/pre-commit/pre-commit-hooks
59
rev: master
610
hooks:
@@ -11,7 +15,3 @@ repos:
1115
- id: debug-statements
1216
- id: check-ast
1317
- id: no-commit-to-branch
14-
- repo: https://github.com/ambv/black
15-
rev: stable
16-
hooks:
17-
- id: black

0 commit comments

Comments
 (0)