Skip to content

Commit b73e82d

Browse files
authored
Merge pull request #230 from pytest-dev/pre-commit-ci-update-config
2 parents 456941d + 6e039ac commit b73e82d

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
@@ -24,7 +24,7 @@ repos:
2424
- id: reorder-python-imports
2525
args: ['--application-directories=.:src']
2626
- repo: https://github.com/pre-commit/mirrors-mypy
27-
rev: v0.790 # NOTE: keep this in sync with tox.ini
27+
rev: v0.800 # NOTE: keep this in sync with tox.ini
2828
hooks:
2929
- id: mypy
3030
files: ^(src|tests)

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ commands = pre-commit run --all-files --show-diff-on-failure
2323
[testenv:mypy]
2424
skip_install = true
2525
deps =
26-
mypy==0.790
26+
mypy==0.800
2727
commands = mypy {posargs:src tests}
2828

2929
[pytest]

0 commit comments

Comments
 (0)