Skip to content

Commit a000d22

Browse files
authored
feat: update black pre-commit hook to 24.2.0 (#696)
1 parent 165abf0 commit a000d22

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ repos:
55
- id: clang-format
66
# Using this mirror lets us use mypyc-compiled black, which is about 2x faster
77
- repo: https://github.com/psf/black-pre-commit-mirror
8-
rev: 24.1.1
8+
rev: 24.2.0
99
hooks:
1010
- id: black
1111
- repo: https://github.com/pycqa/isort

0 commit comments

Comments
 (0)