Skip to content

Commit eadf183

Browse files
committed
Moved mypy settings to pyproject.toml
1 parent 1186a1b commit eadf183

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

mypy.ini

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

pyproject.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,3 +70,6 @@ src_paths = ["async_search_client", "tests"]
7070
[tool.pytest.ini_options]
7171
minversion = "6.0"
7272
addopts = "--cov=async_search_client"
73+
74+
[tool.mypy]
75+
disallow_untyped_defs = true

0 commit comments

Comments
 (0)