Skip to content

Commit b74585d

Browse files
[pre-commit.ci] pre-commit suggestions
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)
1 parent 4844e1f commit b74585d

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
@@ -37,15 +37,15 @@ repos:
3737
- --select=W605
3838

3939
- repo: https://github.com/PyCQA/isort
40-
rev: 6.1.0
40+
rev: 7.0.0
4141
hooks:
4242
- id: isort
4343
name: Format imports
4444
args: [ --multi-line=3, --trailing-comma, --force-grid-wrap=0, --use-parentheses, --line-width=119, -rc, -ws ]
4545
exclude: docs/
4646

4747
- repo: https://github.com/psf/black-pre-commit-mirror
48-
rev: 25.9.0
48+
rev: 25.12.0
4949
hooks:
5050
- id: black
5151
name: Format code

0 commit comments

Comments
 (0)