Skip to content

Commit 5eebf58

Browse files
chore: [pre-commit.ci] pre-commit autoupdate (#39)
updates: - [github.com/pycqa/isort: 5.13.2 → 6.0.1](PyCQA/isort@5.13.2...6.0.1) - [github.com/PyCQA/flake8: 7.1.1 → 7.2.0](PyCQA/flake8@7.1.1...7.2.0) - [github.com/psf/black: 24.10.0 → 25.1.0](psf/black@24.10.0...25.1.0) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 9cc7955 commit 5eebf58

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,16 +25,16 @@ repos:
2525
- id: pyupgrade
2626

2727
- repo: https://github.com/pycqa/isort
28-
rev: 5.13.2
28+
rev: 6.0.1
2929
hooks:
3030
- id: isort
3131

3232
- repo: https://github.com/PyCQA/flake8
33-
rev: 7.1.1
33+
rev: 7.2.0
3434
hooks:
3535
- id: flake8
3636

3737
- repo: https://github.com/psf/black
38-
rev: 24.10.0
38+
rev: 25.1.0
3939
hooks:
4040
- id: black-jupyter

0 commit comments

Comments
 (0)