Skip to content

Commit 354bc98

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/psf/black-pre-commit-mirror: 25.11.0 → 26.1.0](psf/black-pre-commit-mirror@25.11.0...26.1.0) - [github.com/pycqa/isort: 7.0.0 → 8.0.0](PyCQA/isort@7.0.0...8.0.0)
1 parent a860651 commit 354bc98

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ repos:
1212
- id: end-of-file-fixer
1313
- id: trailing-whitespace
1414
- repo: https://github.com/psf/black-pre-commit-mirror
15-
rev: 25.11.0
15+
rev: 26.1.0
1616
hooks:
1717
- id: black
1818
- repo: https://github.com/asottile/pyupgrade
@@ -21,7 +21,7 @@ repos:
2121
- id: pyupgrade
2222
args: [--py39-plus, --keep-runtime-typing]
2323
- repo: https://github.com/pycqa/isort
24-
rev: 7.0.0
24+
rev: 8.0.0
2525
hooks:
2626
- id: isort
2727
- repo: https://github.com/asottile/add-trailing-comma

0 commit comments

Comments
 (0)