Skip to content

Commit 3575ede

Browse files
[pre-commit.ci] pre-commit autoupdate (#280)
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Tobias Raabe <[email protected]>
1 parent 3dcec82 commit 3575ede

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
@@ -1,6 +1,6 @@
11
repos:
22
- repo: https://github.com/pre-commit/pre-commit-hooks
3-
rev: v4.2.0
3+
rev: v4.3.0
44
hooks:
55
- id: check-added-large-files
66
args: ['--maxkb=25']
@@ -35,7 +35,7 @@ repos:
3535
- id: reorder-python-imports
3636
args: [--py37-plus, --add-import, 'from __future__ import annotations']
3737
- repo: https://github.com/asottile/pyupgrade
38-
rev: v2.32.1
38+
rev: v2.34.0
3939
hooks:
4040
- id: pyupgrade
4141
args: [--py37-plus]
@@ -118,7 +118,7 @@ repos:
118118
args: [--no-build-isolation]
119119
additional_dependencies: [setuptools-scm, toml]
120120
- repo: https://github.com/pre-commit/mirrors-mypy
121-
rev: 'v0.950'
121+
rev: 'v0.961'
122122
hooks:
123123
- id: mypy
124124
args: [

0 commit comments

Comments
 (0)