Skip to content

Commit c6e541d

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pycqa/isort: 6.0.1 → 6.1.0](PyCQA/isort@6.0.1...6.1.0) - 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)
1 parent 5c5cc54 commit c6e541d

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
@@ -26,12 +26,12 @@ repos:
2626
args: [--py39-plus]
2727

2828
- repo: https://github.com/pycqa/isort
29-
rev: 6.0.1
29+
rev: 6.1.0
3030
hooks:
3131
- id: isort
3232

33-
- repo: https://github.com/psf/black
34-
rev: 25.1.0
33+
- repo: https://github.com/psf/black-pre-commit-mirror
34+
rev: 25.9.0
3535
hooks:
3636
- id: black
3737

0 commit comments

Comments
 (0)