Skip to content

Commit a62fc1b

Browse files
authored
chore: pre-commit bump (#1837)
1 parent af1b725 commit a62fc1b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
repos:
22
- repo: https://github.com/pre-commit/mirrors-clang-format
3-
rev: v19.1.4
3+
rev: v19.1.7
44
hooks:
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.10.0
8+
rev: 25.1.0
99
hooks:
1010
- id: black
1111

1212
- repo: https://github.com/pycqa/isort
13-
rev: 5.13.2
13+
rev: 6.0.0
1414
hooks:
1515
- id: isort
1616
args:

0 commit comments

Comments
 (0)