Skip to content

Commit 3a2752d

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.0](PyCQA/isort@5.13.2...6.0.0)
1 parent 99ccac8 commit 3a2752d

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
@@ -3,7 +3,7 @@ default_language_version:
33
minimum_pre_commit_version: 1.14.0
44
repos:
55
- repo: https://github.com/psf/black
6-
rev: 24.10.0
6+
rev: 25.1.0
77
hooks:
88
- id: black
99
- repo: https://github.com/pre-commit/pre-commit-hooks
@@ -28,6 +28,6 @@ repos:
2828
- id: flake8
2929
additional_dependencies: [flake8-bugbear]
3030
- repo: https://github.com/pycqa/isort
31-
rev: 5.13.2
31+
rev: 6.0.0
3232
hooks:
3333
- id: isort

0 commit comments

Comments
 (0)