Skip to content
This repository was archived by the owner on Jan 20, 2025. It is now read-only.

Commit 947a4f2

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/asottile/pyupgrade: v3.19.0 → v3.19.1](asottile/pyupgrade@v3.19.0...v3.19.1) - [github.com/pre-commit/mirrors-mypy: v1.13.0 → v1.14.0](pre-commit/mirrors-mypy@v1.13.0...v1.14.0)
1 parent cf35544 commit 947a4f2

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
@@ -27,7 +27,7 @@ repos:
2727
hooks:
2828
- id: add-trailing-comma
2929
- repo: https://github.com/asottile/pyupgrade
30-
rev: v3.19.0
30+
rev: v3.19.1
3131
hooks:
3232
- id: pyupgrade
3333
args: [--py39-plus]
@@ -40,7 +40,7 @@ repos:
4040
hooks:
4141
- id: flake8
4242
- repo: https://github.com/pre-commit/mirrors-mypy
43-
rev: v1.13.0
43+
rev: v1.14.0
4444
hooks:
4545
- id: mypy
4646
- repo: local

0 commit comments

Comments
 (0)