chore: add mypy config to pyproject.toml

Signed-off-by: Dominik Willner <th33xitus@gmail.com>
This commit is contained in:
dw-0
2024-03-21 20:38:14 +01:00
parent 7ec055f562
commit ed35dc9e03

View File

@@ -11,3 +11,5 @@ exclude = '''
| scripts/
)
'''
[tool.mypy]
mypy_path = "./kiauh"