Skip to content

Commit 2d169a7

Browse files
[pre-commit.ci] pre-commit autoupdate
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)
1 parent 752d20f commit 2d169a7

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.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)