We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 456941d + 6e039ac commit b73e82dCopy full SHA for b73e82d
.pre-commit-config.yaml
@@ -24,7 +24,7 @@ repos:
24
- id: reorder-python-imports
25
args: ['--application-directories=.:src']
26
- repo: https://github.com/pre-commit/mirrors-mypy
27
- rev: v0.790 # NOTE: keep this in sync with tox.ini
+ rev: v0.800 # NOTE: keep this in sync with tox.ini
28
hooks:
29
- id: mypy
30
files: ^(src|tests)
tox.ini
@@ -23,7 +23,7 @@ commands = pre-commit run --all-files --show-diff-on-failure
23
[testenv:mypy]
skip_install = true
deps =
- mypy==0.790
+ mypy==0.800
commands = mypy {posargs:src tests}
[pytest]
0 commit comments