Skip to content

Commit c1fbe8c

Browse files
[pre-commit.ci] pre-commit autoupdate (#726)
updates: - https://github.com/psf/blackhttps://github.com/psf/black-pre-commit-mirror - [github.com/psf/black-pre-commit-mirror: 25.1.0 → 25.9.0](psf/black-pre-commit-mirror@25.1.0...25.9.0) - [github.com/PyCQA/isort: 6.0.1 → 6.1.0](PyCQA/isort@6.0.1...6.1.0) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 2266b74 commit c1fbe8c

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
@@ -3,8 +3,8 @@ ci:
33
autoupdate_schedule: monthly
44

55
repos:
6-
- repo: https://github.com/psf/black
7-
rev: 25.1.0
6+
- repo: https://github.com/psf/black-pre-commit-mirror
7+
rev: 25.9.0
88
hooks:
99
- id: black
1010

@@ -15,7 +15,7 @@ repos:
1515
args: [--py39-plus]
1616

1717
- repo: https://github.com/PyCQA/isort
18-
rev: 6.0.1
18+
rev: 6.1.0
1919
hooks:
2020
- id: isort
2121
additional_dependencies: [toml]

0 commit comments

Comments
 (0)