use Codex 5.3 to review template to spec
This commit is contained in:
@@ -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"]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user