Skip to content

Commit b034a71

Browse files
chore: Update pre-commit hooks (#506)
updates: - [github.com/pycqa/isort: 6.1.0 → 7.0.0](PyCQA/isort@6.1.0...7.0.0) - [github.com/psf/black-pre-commit-mirror: 25.9.0 → 25.12.0](psf/black-pre-commit-mirror@25.9.0...25.12.0) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 4de55ab commit b034a71

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
@@ -18,7 +18,7 @@ repos:
1818
]
1919

2020
- repo: https://github.com/pycqa/isort
21-
rev: 6.1.0
21+
rev: 7.0.0
2222
hooks:
2323
- id: isort # Sort imports.
2424
args: [
@@ -31,7 +31,7 @@ repos:
3131
]
3232

3333
- repo: https://github.com/psf/black-pre-commit-mirror
34-
rev: 25.9.0
34+
rev: 25.12.0
3535
hooks:
3636
- id: black # Format code.
3737
args: [--line-length=100]

0 commit comments

Comments
 (0)