Skip to content

Commit 43b3298

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pycqa/isort: 5.13.2 → 6.0.0](PyCQA/isort@5.13.2...6.0.0) - [github.com/psf/black: 24.10.0 → 25.1.0](psf/black@24.10.0...25.1.0)
1 parent 358746c commit 43b3298

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,13 @@ repos:
66
- id: trailing-whitespace
77

88
- repo: https://github.com/pycqa/isort
9-
rev: "5.13.2"
9+
rev: "6.0.0"
1010
hooks:
1111
- id: isort
1212
args: ["--profile", "black"]
1313

1414
- repo: https://github.com/psf/black
15-
rev: 24.10.0
15+
rev: 25.1.0
1616
hooks:
1717
- id: black
1818
args: [--target-version=py38]

0 commit comments

Comments
 (0)