Skip to content

Commit 0222708

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - https://github.com/psf/blackhttps://github.com/psf/black-pre-commit-mirror - [github.com/psf/black-pre-commit-mirror: 24.10.0 → 25.12.0](psf/black-pre-commit-mirror@24.10.0...25.12.0) - [github.com/pycqa/isort: 5.13.2 → 7.0.0](PyCQA/isort@5.13.2...7.0.0) - [github.com/hhatto/autopep8: v2.3.1 → v2.3.2](hhatto/autopep8@v2.3.1...v2.3.2)
1 parent 3dc29eb commit 0222708

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.pre-commit-config.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
repos:
2-
- repo: https://github.com/psf/black
3-
rev: 24.10.0 # Use the latest stable version of Black
2+
- repo: https://github.com/psf/black-pre-commit-mirror
3+
rev: 25.12.0 # Use the latest stable version of Black
44
hooks:
55
- id: black
66

77
- repo: https://github.com/pycqa/isort
8-
rev: 5.13.2
8+
rev: 7.0.0
99
hooks:
1010
- id: isort
1111

1212
- repo: https://github.com/hhatto/autopep8
13-
rev: v2.3.1 # Use the latest stable version of autopep8
13+
rev: v2.3.2 # Use the latest stable version of autopep8
1414
hooks:
1515
- id: autopep8

0 commit comments

Comments
 (0)