Skip to content

Commit fb4c73f

Browse files
committed
Update mypy section
1 parent 8447270 commit fb4c73f

File tree

1 file changed

+1
-9
lines changed

1 file changed

+1
-9
lines changed

pyproject.toml

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ pytest = "^9"
2727
pytest-httpx = ">0.35,<1"
2828
pytest-asyncio = "^1.3.0"
2929
isort = "^5.10.0"
30-
mypy = "^0.971"
30+
mypy = "^1.20.0"
3131

3232
[tool.mypy]
3333
check_untyped_defs = true
@@ -43,14 +43,6 @@ exclude = [
4343
'pyproject.toml',
4444
]
4545

46-
[[tool.mypy.overrides]]
47-
module = "tests.*"
48-
allow_untyped_defs = true
49-
50-
[[tool.mypy.overrides]]
51-
module = "docs.*"
52-
ignore_errors = true
53-
5446
[build-system]
5547
requires = ["poetry-core>=1.0.0"]
5648
build-backend = "poetry.core.masonry.api"

0 commit comments

Comments
 (0)