Skip to content

Commit e22be96

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pre-commit/pre-commit-hooks: v4.5.0 → v5.0.0](pre-commit/pre-commit-hooks@v4.5.0...v5.0.0) - [github.com/asottile/setup-cfg-fmt: v2.5.0 → v2.7.0](asottile/setup-cfg-fmt@v2.5.0...v2.7.0) - [github.com/asottile/reorder-python-imports: v3.12.0 → v3.14.0](asottile/reorder-python-imports@v3.12.0...v3.14.0) - [github.com/asottile/pyupgrade: v3.15.0 → v3.19.1](asottile/pyupgrade@v3.15.0...v3.19.1) - [github.com/psf/black: 23.12.1 → 25.1.0](psf/black@23.12.1...25.1.0) - [github.com/PyCQA/flake8: 7.0.0 → 7.1.2](7.0.0...7.1.2) - [github.com/pre-commit/mirrors-mypy: v1.8.0 → v1.15.0](pre-commit/mirrors-mypy@v1.8.0...v1.15.0)
1 parent e492aeb commit e22be96

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.pre-commit-config.yaml

+7-7
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
11
repos:
22
- repo: https://github.com/pre-commit/pre-commit-hooks
3-
rev: v4.5.0
3+
rev: v5.0.0
44
hooks:
55
- id: check-yaml
66
- id: debug-statements
77
- id: end-of-file-fixer
88
- id: trailing-whitespace
99
exclude: ^tests/fixtures/
1010
- repo: https://github.com/asottile/setup-cfg-fmt
11-
rev: v2.5.0
11+
rev: v2.7.0
1212
hooks:
1313
- id: setup-cfg-fmt
1414
- repo: https://github.com/asottile/reorder-python-imports
15-
rev: v3.12.0
15+
rev: v3.14.0
1616
hooks:
1717
- id: reorder-python-imports
1818
args: [
@@ -21,21 +21,21 @@ repos:
2121
--add-import, 'from __future__ import annotations',
2222
]
2323
- repo: https://github.com/asottile/pyupgrade
24-
rev: v3.15.0
24+
rev: v3.19.1
2525
hooks:
2626
- id: pyupgrade
2727
args: [--py38-plus]
2828
- repo: https://github.com/psf/black
29-
rev: 23.12.1
29+
rev: 25.1.0
3030
hooks:
3131
- id: black
3232
args: [--line-length=79]
3333
- repo: https://github.com/PyCQA/flake8
34-
rev: 7.0.0
34+
rev: 7.1.2
3535
hooks:
3636
- id: flake8
3737
- repo: https://github.com/pre-commit/mirrors-mypy
38-
rev: v1.8.0
38+
rev: v1.15.0
3939
hooks:
4040
- id: mypy
4141
exclude: ^(docs/|example-plugin/)

0 commit comments

Comments
 (0)