Disable ASYNC240

This commit is contained in:
Andres Morales Esquivel 2025-09-30 15:41:20 -06:00
parent 5d1bad333e
commit 6c325acf41

View File

@ -239,6 +239,7 @@ ignore = [
"PERF203", # Needs restructuring of errors, we should bail-out on first error
"C901", # needs refactoring to remove cyclomatic complexity
"B008", # Needs to restructure our cli params with Typer into constants
"ASYNC240",
]
[tool.ruff.lint.per-file-ignores]