We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8889e20 commit 8b8b47fCopy full SHA for 8b8b47f
.pre-commit-config.yaml
@@ -39,7 +39,7 @@ repos:
39
exclude: ^src/blib2to3/
40
41
- repo: https://github.com/pre-commit/mirrors-mypy
42
- rev: v1.19.1
+ rev: v1.20.0
43
hooks:
44
- id: mypy
45
exclude: ^docs/conf.py$
pyproject.toml
@@ -139,7 +139,7 @@ macos-max-compat = true
139
140
[tool.hatch.build.targets.wheel.hooks.mypyc]
141
enable-by-default = false
142
-dependencies = ["hatch-mypyc>=0.16.0", "mypy==1.19.1"]
+dependencies = ["hatch-mypyc>=0.16.0", "mypy==1.20.0"]
143
require-runtime-dependencies = true
144
exclude = [
145
# There's no good reason for blackd to be compiled.
0 commit comments