diff options
| -rw-r--r-- | pyproject.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pyproject.toml b/pyproject.toml index 4fee5c6..08150fb 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -15,7 +15,7 @@ line-length = 100 [tool.ruff.lint] select = ["E", "W", "F", "I", "B", "UP", "ASYNC", "PERF", "C4", "RUF"] -ignore = ["E501"] +ignore = ["E501", "RUF012", "B008", "ASYNC240"] [tool.ruff.lint.per-file-ignores] "tests/*" = ["F841"] |
