Airflow Tools Generation

This commit is contained in:
2025-02-12 13:30:20 +00:00
parent 28630ba21c
commit c152852767
5 changed files with 301 additions and 0 deletions

View File

@@ -22,6 +22,7 @@ dev = [
"pre-commit>=4.0.1",
"pytest>=8.3.4",
"pytest-asyncio>=0.25.0",
"pytest-mock>=3.14.0",
"ruff>=0.9.2"
]
@@ -33,6 +34,8 @@ build-backend = "hatchling.build"
pythonpath = ["src"]
asyncio_mode = "strict"
testpaths = ["tests"]
python_classes = "!TestRequestModel,!TestResponseModel"
asyncio_default_fixture_loop_scope = "function"
[tool.ruff]
line-length = 200
@@ -69,3 +72,6 @@ skip-magic-trailing-comma = false
[tool.ruff.lint.isort]
combine-as-imports = true
[tool.ruff.lint.mccabe]
max-complexity = 12