Skip to content

Commit d4e8cb0

Browse files
[pre-commit.ci] pre-commit weekly autoupdate
updates: - [github.com/pycqa/isort: 5.13.2 → 7.0.0](PyCQA/isort@5.13.2...7.0.0) - [github.com/psf/black-pre-commit-mirror: 24.3.0 → 25.12.0](psf/black-pre-commit-mirror@24.3.0...25.12.0)
1 parent e55a776 commit d4e8cb0

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
@@ -5,13 +5,13 @@ ci:
55

66
repos:
77
- repo: https://github.com/pycqa/isort
8-
rev: 5.13.2
8+
rev: 7.0.0
99
hooks:
1010
- id: isort
1111
args: ["--profile", "black", "--filter-files", "buildtest", "tests", "docs"]
1212

1313
- repo: https://github.com/psf/black-pre-commit-mirror
14-
rev: '24.3.0'
14+
rev: '25.12.0'
1515
hooks:
1616
- id: black
1717
language_version: python3

0 commit comments

Comments
 (0)