Skip to content

Commit 3ee6f8c

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pre-commit/pre-commit-hooks: v4.2.0 → v4.3.0](pre-commit/pre-commit-hooks@v4.2.0...v4.3.0) - [github.com/asottile/pyupgrade: v2.32.1 → v2.34.0](asottile/pyupgrade@v2.32.1...v2.34.0) - [github.com/pre-commit/mirrors-mypy: v0.950 → v0.961](pre-commit/mirrors-mypy@v0.950...v0.961)
1 parent 609304a commit 3ee6f8c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
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)