diff options
| author | TheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com> | 2026-04-02 15:54:37 +0900 |
|---|---|---|
| committer | TheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com> | 2026-04-02 15:54:37 +0900 |
| commit | ec8b6fea5a4a710df4b2ae18f3f399d165c8ffd4 (patch) | |
| tree | 9d6e96ce083603ab4dc8205b411f69f3155c002f /pyproject.toml | |
| parent | 75a41e28f320788cb4763c8bdea96010f716a7e3 (diff) | |
chore: enhance ruff lint rules with ASYNC, bugbear, isort, pyupgrade
Diffstat (limited to 'pyproject.toml')
| -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"] |
