Skip to content

Commit 69dcb98

Browse files
[pre-commit.ci] pre-commit autoupdate (#130)
updates: - [github.com/psf/black: 24.10.0 → 25.1.0](psf/black@24.10.0...25.1.0) - [github.com/PyCQA/isort: 5.13.2 → 6.0.0](PyCQA/isort@5.13.2...6.0.0) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent ef7c4ca commit 69dcb98

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
5-
rev: 24.10.0
5+
rev: 25.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: 5.13.2
17+
rev: 6.0.0
1818
hooks:
1919
- id: isort

0 commit comments

Comments
 (0)