Skip to content

Commit e8ac699

Browse files
[pre-commit.ci] pre-commit autoupdate (#2335)
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent bafdf25 commit e8ac699

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
@@ -24,14 +24,14 @@ repos:
2424

2525
# Automatically sort python imports
2626
- repo: https://github.com/PyCQA/isort
27-
rev: c8ab4a5b21bac924d106e3103dd7c979fdd0f9bc # frozen: 6.0.1
27+
rev: ec0efaee4acfce198521e43caa3029b06cedd64a # frozen: 6.1.0
2828
hooks:
2929
- id: isort
3030
args: [--profile, black]
3131

3232
# Autoformat: Python code
33-
- repo: https://github.com/psf/black
34-
rev: af0ba72a73598c76189d6dd1b21d8532255d5942 # frozen: 25.9.0
33+
- repo: https://github.com/psf/black-pre-commit-mirror
34+
rev: fe95161893684893d68b1225356702ca71f8d388 # frozen: 25.9.0
3535
hooks:
3636
- id: black
3737
args: [--target-version=py312]

0 commit comments

Comments
 (0)