mirror of
https://github.com/microsoft/graphrag.git
synced 2026-01-14 09:07:20 +08:00
Disable ASYNC240
This commit is contained in:
parent
5d1bad333e
commit
6c325acf41
@ -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]
|
||||
|
||||
Loading…
Reference in New Issue
Block a user