Skip to content

Commit a167590

Browse files
committed
Bump mypy dependency
1 parent f8ae641 commit a167590

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
@@ -14,7 +14,7 @@ repos:
1414
exclude: README.md
1515
- id: flake8
1616
- repo: https://github.com/pre-commit/mirrors-mypy
17-
rev: v0.782
17+
rev: v0.812
1818
hooks:
1919
- id: mypy
2020
args: [--ignore-missing-imports, --no-strict-optional]

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ pydantic = ">=1.0,<1.7"
3030
pytest = "~4.6.4"
3131
pytest-cov = "~2.7.1"
3232
tox = "~3.12.0" # sync with tox.ini
33-
mypy = "0.720"
33+
mypy = "0.812"
3434
black = "20.8b1"
3535
pre-commit = "~1.17.0"
3636
tox-gh-actions = "^1.3.0"

0 commit comments

Comments
 (0)