Skip to content
Snippets Groups Projects
Unverified Commit 4a8e4882 authored by karp's avatar karp
Browse files

Configure Mypy

Add mypy configuration in pyproject.toml
parent 44f04920
No related branches found
No related tags found
1 merge request!21Introduce Pipenv
[tool.mypy]
disallow_untyped_calls = true
disallow_untyped_defs = true
disallow_incomplete_defs = true
check_untyped_defs = true
disallow_untyped_decorators = true
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment