Skip to content

Commit 83b7424

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.0 → v1.13.0](pre-commit/mirrors-mypy@v1.12.0...v1.13.0)
1 parent e8f59ea commit 83b7424

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
@@ -22,7 +22,7 @@ repos:
2222
- flake8-simplify
2323

2424
- repo: https://github.com/asottile/pyupgrade
25-
rev: v3.18.0
25+
rev: v3.19.0
2626
hooks:
2727
- id: pyupgrade
2828
args: [--py310-plus]
@@ -66,7 +66,7 @@ repos:
6666
# additional_dependencies: [".[toml]"]
6767

6868
- repo: https://github.com/pre-commit/mirrors-mypy
69-
rev: v1.12.0
69+
rev: v1.13.0
7070
hooks:
7171
- id: mypy
7272
language_version: python3.12

0 commit comments

Comments
 (0)