Skip to content

Commit c2d621c

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/psf/black: 24.10.0 → 25.1.0](psf/black@24.10.0...25.1.0) - [github.com/pycqa/isort: 5.13.2 → 6.0.1](PyCQA/isort@5.13.2...6.0.1) - [github.com/hhatto/autopep8: v2.3.1 → v2.3.2](hhatto/autopep8@v2.3.1...v2.3.2)
1 parent 3dc29eb commit c2d621c

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,15 +1,15 @@
11
repos:
22
- repo: https://github.com/psf/black
3-
rev: 24.10.0 # Use the latest stable version of Black
3+
rev: 25.1.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: 6.0.1
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)