Skip to content

Commit f7d937a

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 - [github.com/psf/black-pre-commit-mirror: 25.9.0 → 25.11.0](psf/black-pre-commit-mirror@25.9.0...25.11.0)
1 parent f2c1a51 commit f7d937a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,13 @@ 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
24-
rev: 25.9.0
23+
- repo: https://github.com/psf/black-pre-commit-mirror
24+
rev: 25.11.0
2525
hooks:
2626
- id: black
2727

0 commit comments

Comments
 (0)