Skip to content

Commit b9199a7

Browse files
[pre-commit.ci] pre-commit autoupdate (#1449)
updates: - [github.com/psf/black-pre-commit-mirror: 24.10.0 → 25.1.0](psf/black-pre-commit-mirror@24.10.0...25.1.0) - [github.com/PyCQA/isort: 5.13.2 → 6.0.0](PyCQA/isort@5.13.2...6.0.0) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 774269c commit b9199a7

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
@@ -7,7 +7,7 @@ repos:
77
exclude: /.*tests/
88

99
- repo: https://github.com/psf/black-pre-commit-mirror
10-
rev: 24.10.0
10+
rev: 25.1.0
1111
hooks:
1212
- id: black
1313
language_version: python3.9
@@ -20,7 +20,7 @@ repos:
2020
- "--config=tox.ini"
2121

2222
- repo: https://github.com/PyCQA/isort
23-
rev: 5.13.2
23+
rev: 6.0.0
2424
hooks:
2525
- id: isort
2626

0 commit comments

Comments
 (0)