Skip to content

Commit 40e7307

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pre-commit/pre-commit-hooks: v4.6.0 → v6.0.0](pre-commit/pre-commit-hooks@v4.6.0...v6.0.0) - [github.com/asottile/pyupgrade: v3.16.0 → v3.21.2](asottile/pyupgrade@v3.16.0...v3.21.2) - https://github.com/psf/blackhttps://github.com/psf/black-pre-commit-mirror - [github.com/psf/black-pre-commit-mirror: 24.4.2 → 26.1.0](psf/black-pre-commit-mirror@24.4.2...26.1.0) - [github.com/keewis/blackdoc: v0.3.9 → v0.4.6](keewis/blackdoc@v0.3.9...v0.4.6) - [github.com/PyCQA/flake8: 7.1.0 → 7.3.0](PyCQA/flake8@7.1.0...7.3.0) - [github.com/PyCQA/isort: 5.13.2 → 7.0.0](PyCQA/isort@5.13.2...7.0.0)
1 parent 8945f33 commit 40e7307

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.pre-commit-config.yaml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ ci:
33

44
repos:
55
- repo: https://github.com/pre-commit/pre-commit-hooks
6-
rev: v4.6.0
6+
rev: v6.0.0
77
hooks:
88
- id: trailing-whitespace
99
- id: end-of-file-fixer
@@ -15,30 +15,30 @@ repos:
1515
- id: mixed-line-ending
1616

1717
- repo: https://github.com/asottile/pyupgrade
18-
rev: v3.16.0
18+
rev: v3.21.2
1919
hooks:
2020
- id: pyupgrade
2121
args:
2222
- "--py38-plus"
2323

24-
- repo: https://github.com/psf/black
25-
rev: 24.4.2
24+
- repo: https://github.com/psf/black-pre-commit-mirror
25+
rev: 26.1.0
2626
hooks:
2727
- id: black-jupyter
2828
- id: black
2929

3030
- repo: https://github.com/keewis/blackdoc
31-
rev: v0.3.9
31+
rev: v0.4.6
3232
hooks:
3333
- id: blackdoc
3434

3535
- repo: https://github.com/PyCQA/flake8
36-
rev: 7.1.0
36+
rev: 7.3.0
3737
hooks:
3838
- id: flake8
3939

4040
- repo: https://github.com/PyCQA/isort
41-
rev: 5.13.2
41+
rev: 7.0.0
4242
hooks:
4343
- id: isort
4444

0 commit comments

Comments
 (0)