use Codex 5.3 to review template to spec

This commit is contained in:
Jev
2026-02-14 11:47:18 +01:00
parent 1b66fecb9a
commit 46e0ef9de7
16 changed files with 277 additions and 123 deletions

View File

@@ -6,7 +6,7 @@ readme = "README.md"
authors = [
{ name = "{{ cookiecutter.author_name }}", email = "{{ cookiecutter.author_email }}" }
]
requires-python = ">={{ cookiecutter.python_version }}"
requires-python = ">=3.12"
dependencies = [
"coloredlogs>=15.0",
"pydantic>=2.0",
@@ -30,7 +30,7 @@ dev = [
]
[tool.mypy]
python_version = "{{ cookiecutter.python_version }}"
python_version = "3.12"
strict = true
files = ["src"]