Skip to content

Commit 626f69d

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pycqa/isort: 6.0.1 → 7.0.0](PyCQA/isort@6.0.1...7.0.0) - https://github.com/psf/blackhttps://github.com/psf/black-pre-commit-mirror
1 parent f2c1a51 commit 626f69d

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
@@ -15,12 +15,12 @@ repos:
1515

1616
# Sorts Python imports alphabetically and by section with `isort`.
1717
- repo: https://github.com/pycqa/isort
18-
rev: 6.0.1
18+
rev: 7.0.0
1919
hooks:
2020
- id: isort
2121
args: [--profile, black, --settings-path, pyproject.toml]
2222

23-
- repo: https://github.com/psf/black
23+
- repo: https://github.com/psf/black-pre-commit-mirror
2424
rev: 25.9.0
2525
hooks:
2626
- id: black

0 commit comments

Comments
 (0)