Skip to content
Snippets Groups Projects
Verified Commit ad3d7f76 authored by Newbyte's avatar Newbyte :snowflake:
Browse files

pyproject.toml: Add tool.mypy section

And remove equivalent switches from mypy.sh script to avoid
duplication.
parent f8eeb077
No related branches found
No related tags found
1 merge request!57Misc fixes
......@@ -10,4 +10,4 @@ fi
set -x
mypy mrhlpr.py mrtest.py --check-untyped-defs --disallow-untyped-calls
\ No newline at end of file
mypy mrhlpr.py mrtest.py
......@@ -43,3 +43,7 @@ include = ["mrhlpr*", "mrtest*"]
[tool.ruff]
line-length=100
[tool.mypy]
check_untyped_defs = true
disallow_untyped_calls = 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