chore: update dependencies and license, refine local CI script for comprehensive checks
This commit is contained in:
@@ -18,10 +18,9 @@ authors = [
|
||||
]
|
||||
readme = "README.md"
|
||||
requires-python = ">=3.13"
|
||||
license = { text = "MIT" }
|
||||
license = { text = "Apache-2.0" }
|
||||
dependencies = [
|
||||
"typer",
|
||||
"quickbot>=0.1.1",
|
||||
"jinja2",
|
||||
"pyyaml",
|
||||
]
|
||||
@@ -62,12 +61,6 @@ 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