Skip to content

Commit 7128c01

Browse files
committed
fix(hooks): reset black fmt
1 parent c6d44b0 commit 7128c01

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.pre-commit-config.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@ repos:
55
- id: check-yaml
66
- id: end-of-file-fixer
77
- id: trailing-whitespace
8+
- repo: https://github.com/psf/black
9+
rev: 22.6.0
10+
hooks:
11+
- id: black
812
- repo: https://github.com/pycqa/isort
913
rev: 5.10.1
1014
hooks:

0 commit comments

Comments
 (0)