Skip to content

Commit 03841e2

Browse files
[pre-commit.ci] pre-commit autoupdate (#120)
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) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent e3c0b75 commit 03841e2

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
@@ -34,7 +34,7 @@ repos:
3434
- id: remove-tabs
3535

3636
- repo: https://github.com/psf/black
37-
rev: 24.10.0
37+
rev: 25.1.0
3838
hooks:
3939
- id: black
4040

@@ -45,7 +45,7 @@ repos:
4545
additional_dependencies: [black==22.8.0]
4646

4747
- repo: https://github.com/pycqa/isort
48-
rev: 5.13.2
48+
rev: 6.0.0
4949
hooks:
5050
- id: isort
5151
args: ["--profile=black"]

0 commit comments

Comments
 (0)