Skip to content

Commit 348a6ae

Browse files
committed
chore: 🤖 avoid an error in vsscode with mypy daemon
python/mypy#11456
1 parent a8b4710 commit 348a6ae

File tree

2 files changed

+68
-30
lines changed

2 files changed

+68
-30
lines changed

poetry.lock

Lines changed: 67 additions & 29 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ bandit = "^1.7.0"
4343
black = "21.7b0"
4444
flake8 = "^3.9.2"
4545
isort = "^5.9.3"
46-
mypy = "^0.910"
46+
mypy = "0.812"
4747
poetryup = "^0.3.8"
4848
pytest = "^6.2.5"
4949
pytest-cov = "^2.12.1"

0 commit comments

Comments
 (0)