Skip to content

Commit

Permalink
Ignore RUF029
Browse files Browse the repository at this point in the history
"async function doesn't use async features"
All routes are async

Signed-off-by: Bradley Reynolds <[email protected]>
  • Loading branch information
shenanigansd authored May 19, 2024
1 parent 3128f45 commit e991524
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ select = [
]
ignore = [
"CPY001", # (Missing copyright notice at top of file) - No license
"RUF029", # (Function `` is declared `async`, but doesn't `await` or use `async` features.) - all routes are async
]

[tool.ruff.lint.extend-per-file-ignores]
Expand Down

0 comments on commit e991524

Please sign in to comment.