Skip to content

Commit 5d97244

Browse files
[pre-commit.ci] pre-commit autoupdate (#518)
updates: - [github.com/asottile/pyupgrade: v3.3.2 → v3.7.0](asottile/pyupgrade@v3.3.2...v3.7.0) - [github.com/pre-commit/mirrors-mypy: v1.2.0 → v1.3.0](pre-commit/mirrors-mypy@v1.2.0...v1.3.0) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 26b7013 commit 5d97244

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
@@ -20,7 +20,7 @@ repos:
2020
- id: trailing-whitespace
2121

2222
- repo: https://github.com/asottile/pyupgrade
23-
rev: v3.3.2
23+
rev: v3.7.0
2424
hooks:
2525
- id: pyupgrade
2626
args: [--py37-plus]
@@ -42,7 +42,7 @@ repos:
4242
additional_dependencies: [flake8-bugbear]
4343

4444
- repo: https://github.com/pre-commit/mirrors-mypy
45-
rev: v1.2.0
45+
rev: v1.3.0
4646
hooks:
4747
- id: mypy
4848
args: [--config-file=pyproject.toml]

0 commit comments

Comments
 (0)