Skip to content

Commit 984f805

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/psf/black-pre-commit-mirror: 25.9.0 → 26.1.0](psf/black-pre-commit-mirror@25.9.0...26.1.0) - [github.com/PyCQA/isort: 7.0.0 → 8.0.0](PyCQA/isort@7.0.0...8.0.0)
1 parent 88ad804 commit 984f805

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
@@ -2,7 +2,7 @@ exclude: 'docs/source/conf.py|versioneer.py'
22

33
repos:
44
- repo: https://github.com/psf/black-pre-commit-mirror
5-
rev: 25.9.0
5+
rev: 26.1.0
66
hooks:
77
- id: black
88
- repo: https://github.com/PyCQA/flake8
@@ -14,6 +14,6 @@ repos:
1414
hooks:
1515
- id: seed-isort-config
1616
- repo: https://github.com/PyCQA/isort
17-
rev: 7.0.0
17+
rev: 8.0.0
1818
hooks:
1919
- id: isort

0 commit comments

Comments
 (0)