Unverified Commit 4a8e4882 authored by karp's avatar karp
Browse files

Configure Mypy

Add mypy configuration in pyproject.toml
parent 44f04920
Loading
Loading
Loading
Loading

pyproject.toml

0 → 100644
+7 −0
Original line number Diff line number Diff line
[tool.mypy]
disallow_untyped_calls = true
disallow_untyped_defs = true
disallow_incomplete_defs = true
check_untyped_defs = true
disallow_untyped_decorators = true