Skip to content

Commit 356407d

Browse files
authored
Fix broken pre-commit hook (bazel-contrib#590)
1 parent 5cf439d commit 356407d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.pre-commit-config.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,9 @@ repos:
1616
hooks:
1717
- id: isort
1818
name: isort (python)
19+
args:
20+
- --profile
21+
- black
1922
- repo: https://github.com/psf/black
2023
rev: 21.12b0
2124
hooks:

0 commit comments

Comments
 (0)