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

Commit bf1c463

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/asottile/pyupgrade: v3.18.0 → v3.19.0](asottile/pyupgrade@v3.18.0...v3.19.0) - [github.com/pre-commit/mirrors-mypy: v1.12.1 → v1.13.0](pre-commit/mirrors-mypy@v1.12.1...v1.13.0)
1 parent fc65196 commit bf1c463

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.18.0
30+
rev: v3.19.0
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.12.1
43+
rev: v1.13.0
4444
hooks:
4545
- id: mypy
4646
- repo: local

0 commit comments

Comments
 (0)