diff --git a/pyproject.toml b/pyproject.toml index 8720d928..d61eeab2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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]