Skip to content

Commit 8501773

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

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)