chore: update CI workflow to include cleanup steps and refine MyPy checks for specific directories
Some checks failed
CI / test (3.13) (push) Failing after 50s
Some checks failed
CI / test (3.13) (push) Failing after 50s
This commit is contained in:
@@ -62,6 +62,12 @@ python_version = "3.13"
|
||||
strict = true
|
||||
ignore_missing_imports = true
|
||||
warn_unused_ignores = true
|
||||
exclude = [
|
||||
"test_cli_output/",
|
||||
"dist/",
|
||||
".venv/",
|
||||
".mypy_cache/"
|
||||
]
|
||||
|
||||
[tool.hatch.version]
|
||||
source = "vcs"
|
||||
|
||||
Reference in New Issue
Block a user