Skip to content

Commit c5ebb7e

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/asottile/pyupgrade: v3.15.0 → v3.15.1](asottile/pyupgrade@v3.15.0...v3.15.1) - [github.com/psf/black: 23.12.1 → 24.3.0](psf/black@23.12.1...24.3.0) - [github.com/pre-commit/mirrors-mypy: v1.8.0 → v1.9.0](pre-commit/mirrors-mypy@v1.8.0...v1.9.0)
1 parent 5c52d75 commit c5ebb7e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.pre-commit-config.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -21,12 +21,12 @@ repos:
2121
--add-import, 'from __future__ import annotations',
2222
]
2323
- repo: https://github.com/asottile/pyupgrade
24-
rev: v3.15.0
24+
rev: v3.15.1
2525
hooks:
2626
- id: pyupgrade
2727
args: [--py38-plus]
2828
- repo: https://github.com/psf/black
29-
rev: 23.12.1
29+
rev: 24.3.0
3030
hooks:
3131
- id: black
3232
args: [--line-length=79]
@@ -35,7 +35,7 @@ repos:
3535
hooks:
3636
- id: flake8
3737
- repo: https://github.com/pre-commit/mirrors-mypy
38-
rev: v1.8.0
38+
rev: v1.9.0
3939
hooks:
4040
- id: mypy
4141
exclude: ^(docs/|example-plugin/)

0 commit comments

Comments
 (0)