Skip to content

Commit f2fab8b

Browse files
[pre-commit.ci] pre-commit autoupdate (#7287)
updates: - [github.com/asottile/pyupgrade: v3.2.0 → v3.2.2](asottile/pyupgrade@v3.2.0...v3.2.2) - [github.com/pre-commit/mirrors-mypy: v0.982 → v0.990](pre-commit/mirrors-mypy@v0.982...v0.990) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 6f9e33e commit f2fab8b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ repos:
1919
hooks:
2020
- id: isort
2121
- repo: https://github.com/asottile/pyupgrade
22-
rev: v3.2.0
22+
rev: v3.2.2
2323
hooks:
2424
- id: pyupgrade
2525
args:
@@ -47,7 +47,7 @@ repos:
4747
# - id: velin
4848
# args: ["--write", "--compact"]
4949
- repo: https://github.com/pre-commit/mirrors-mypy
50-
rev: v0.982
50+
rev: v0.990
5151
hooks:
5252
- id: mypy
5353
# Copied from setup.cfg

0 commit comments

Comments
 (0)