feat: Submission-Pydantic-Modell mit Validierung
This commit is contained in:
@@ -20,6 +20,9 @@ target-version = "py313"
|
||||
select = ["E", "F", "I", "N", "W", "UP", "PL", "C90", "S"]
|
||||
ignore = []
|
||||
|
||||
[tool.ruff.lint.per-file-ignores]
|
||||
"tests/**/*.py" = ["S101", "PLR2004"]
|
||||
|
||||
[tool.ruff.format]
|
||||
quote-style = "double"
|
||||
indent-style = "space"
|
||||
@@ -28,6 +31,11 @@ docstring-code-format = true
|
||||
[tool.mypy]
|
||||
strict = true
|
||||
python_version = "3.13"
|
||||
explicit_package_bases = true
|
||||
|
||||
[[tool.mypy.overrides]]
|
||||
module = "pytest"
|
||||
ignore_missing_imports = true
|
||||
|
||||
[tool.pytest.ini_options]
|
||||
testpaths = ["tests"]
|
||||
|
||||
Reference in New Issue
Block a user