diff options
author | 2025-02-18 19:34:11 +0000 | |
---|---|---|
committer | 2025-02-18 19:34:11 +0000 | |
commit | 16835478af6b842d776d634e53aab8ee31bd350c (patch) | |
tree | 4da60d2e02304b1599da5cbb179ae2dd6f948c27 | |
parent | Bump discord.py up to 2.5 (diff) |
Disable A005 errorsv11.6.0
-rw-r--r-- | pyproject.toml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/pyproject.toml b/pyproject.toml index b3fa878d..82ecdf27 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -87,6 +87,7 @@ unsafe-fixes = true [tool.ruff.lint] select = ["ALL"] ignore = [ + "A005", "ANN002", "ANN003", "ANN204", "ANN206", "ANN401", "B904", "C401", "C408", "C901", |