Fixing mypy and ruff errors.
This commit is contained in:
@@ -7,7 +7,7 @@ readme = "README.md"
|
||||
packages = [{include = "src"}]
|
||||
|
||||
[tool.poetry.dependencies]
|
||||
python = "^3.12.3"
|
||||
python = "^3.12"
|
||||
flask = "^3.0"
|
||||
|
||||
[tool.poetry.group.dev.dependencies]
|
||||
@@ -49,7 +49,7 @@ known-first-party = ["src"]
|
||||
|
||||
# ── Mypy ───────────────────────────────────────────────────────────────────
|
||||
[tool.mypy]
|
||||
python_version = "3.12.3"
|
||||
python_version = "3.12"
|
||||
strict = true
|
||||
warn_return_any = true
|
||||
warn_unused_configs = true
|
||||
|
||||
Reference in New Issue
Block a user