Mypy + ruff

This commit is contained in:
2026-03-22 01:06:12 +01:00
parent 78d9fab189
commit 7269b2d68f
6 changed files with 36 additions and 31 deletions

View File

@@ -21,7 +21,9 @@ dependencies = [
dev = [
"pytest>=9.0.2",
"ruff==0.15.5",
"pytz"
"pytz",
"types-requests",
"types-PyYAML",
# "playwright==1.58.0" # only dev because it cant be installed in a pipeline, just locally
]
@@ -37,6 +39,7 @@ lint.select = ["E", "F", "I"]
python_version = "3.12"
strict = true
ignore_missing_imports = true
plugins = ["pydantic.mypy"]
[tool.pytest.ini_options]
testpaths = ["test"]