Skip to content

Commit b877b2c

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pre-commit/pre-commit-hooks: v4.5.0 → v4.6.0](pre-commit/pre-commit-hooks@v4.5.0...v4.6.0) - [github.com/asottile/reorder-python-imports: v3.12.0 → v3.13.0](asottile/reorder-python-imports@v3.12.0...v3.13.0) - [github.com/asottile/pyupgrade: v3.15.0 → v3.16.0](asottile/pyupgrade@v3.15.0...v3.16.0) - [github.com/psf/black: 23.12.1 → 24.4.2](psf/black@23.12.1...24.4.2) - [github.com/pre-commit/mirrors-mypy: v1.8.0 → v1.10.0](pre-commit/mirrors-mypy@v1.8.0...v1.10.0)
1 parent 408d4d6 commit b877b2c

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.pre-commit-config.yaml

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
repos:
22
- repo: https://github.com/pre-commit/pre-commit-hooks
3-
rev: v4.5.0
3+
rev: v4.6.0
44
hooks:
55
- id: check-yaml
66
- id: debug-statements
@@ -12,7 +12,7 @@ repos:
1212
hooks:
1313
- id: setup-cfg-fmt
1414
- repo: https://github.com/asottile/reorder-python-imports
15-
rev: v3.12.0
15+
rev: v3.13.0
1616
hooks:
1717
- id: reorder-python-imports
1818
args: [
@@ -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.16.0
2525
hooks:
2626
- id: pyupgrade
2727
args: [--py38-plus]
2828
- repo: https://github.com/psf/black
29-
rev: 23.12.1
29+
rev: 24.4.2
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.10.0
3939
hooks:
4040
- id: mypy
4141
exclude: ^(docs/|example-plugin/)

0 commit comments

Comments
 (0)