Airflow Tools Generation
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user