Skip to content

Commit 8b8b47f

Browse files
committed
Upgrade mypy
1 parent 8889e20 commit 8b8b47f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ repos:
3939
exclude: ^src/blib2to3/
4040

4141
- repo: https://github.com/pre-commit/mirrors-mypy
42-
rev: v1.19.1
42+
rev: v1.20.0
4343
hooks:
4444
- id: mypy
4545
exclude: ^docs/conf.py$

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ macos-max-compat = true
139139

140140
[tool.hatch.build.targets.wheel.hooks.mypyc]
141141
enable-by-default = false
142-
dependencies = ["hatch-mypyc>=0.16.0", "mypy==1.19.1"]
142+
dependencies = ["hatch-mypyc>=0.16.0", "mypy==1.20.0"]
143143
require-runtime-dependencies = true
144144
exclude = [
145145
# There's no good reason for blackd to be compiled.

0 commit comments

Comments
 (0)