mirror of
https://github.com/pyTooling/Actions.git
synced 2026-02-12 02:56:56 +08:00
Rework StaticTypeCheck.
This commit is contained in:
@@ -10,15 +10,17 @@ build-backend = "setuptools.build_meta"
|
||||
line-length = 120
|
||||
|
||||
[tool.mypy]
|
||||
packages = ["myPackage", "myFramework"]
|
||||
packages = ["myPackage", "myFramework.Extension"]
|
||||
python_version = "3.13"
|
||||
#ignore_missing_imports = true
|
||||
strict = true
|
||||
pretty = true
|
||||
show_error_context = true
|
||||
show_error_codes = true
|
||||
namespace_packages = true
|
||||
html_report = "report/typing"
|
||||
follow_untyped_imports = true
|
||||
html_report = "report/typing/html"
|
||||
junit_xml = "report/typing/StaticTypingSummary.xml"
|
||||
cobertura_xml_report = "report/typing"
|
||||
|
||||
[tool.pytest]
|
||||
junit_xml = "report/unit/UnittestReportSummary.xml"
|
||||
|
||||
Reference in New Issue
Block a user