Skip to content

Commit 5802c58

Browse files
committed
Drop mypy.ini in favour of pyproject.toml
See python/mypy#10219
1 parent 668afe4 commit 5802c58

File tree

2 files changed

+1
-13
lines changed

2 files changed

+1
-13
lines changed

mypy.ini

Lines changed: 0 additions & 12 deletions
This file was deleted.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ isort = "*"
6060
flake8 = "*"
6161
pytest = "*"
6262
pytest-asyncio = "*"
63-
mypy = "*"
63+
mypy = { git = "https://github.com/python/mypy" } # TODO: update to next full release that supports pyproject.toml
6464

6565
[tool.black]
6666
line-length = 120

0 commit comments

Comments
 (0)