Skip to content

Commit baaa43a

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/psf/black: 1b2427a2b785cc4aac97c19bb4b9a0de063f9547 → 8a737e727ac5ab2f1d4cf5876720ed276dc8dc4b](psf/black@1b2427a...8a737e7) - [github.com/pycqa/isort: c235f5e450b4b84e58d114ed4c589cbf454175a3 → 0a0b7a830386ba6a31c2ec8316849ae4d1b8240d](PyCQA/isort@c235f5e...0a0b7a8)
1 parent a04d480 commit baaa43a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.pre-commit-config.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@
22
# See https://pre-commit.com/hooks.html for more hooks
33
repos:
44
- repo: https://github.com/psf/black
5-
rev: 1b2427a2b785cc4aac97c19bb4b9a0de063f9547 # frozen: 24.10.0
5+
rev: 8a737e727ac5ab2f1d4cf5876720ed276dc8dc4b # frozen: 25.1.0
66
hooks:
77
- id: black
88
- repo: https://github.com/pycqa/isort
9-
rev: c235f5e450b4b84e58d114ed4c589cbf454175a3 # frozen: 5.13.2
9+
rev: 0a0b7a830386ba6a31c2ec8316849ae4d1b8240d # frozen: 6.0.0
1010
hooks:
1111
- id: isort
1212
- repo: https://github.com/pre-commit/pre-commit-hooks

0 commit comments

Comments
 (0)