Replace flake8-bugbear with Ruff (#11500)

Co-authored-by: Alex Waygood <Alex.Waygood@Gmail.com>
This commit is contained in:
Avasam
2024-02-29 13:20:31 -05:00
committed by GitHub
parent 791dc9120a
commit 5cb2fe97a6
7 changed files with 15 additions and 10 deletions

View File

@@ -15,7 +15,7 @@
// See https://github.com/python/typeshed/pull/8083
"enableTypeIgnoreComments": true,
// If a test case uses this anti-pattern, there's likely a reason and annoying to `type: ignore`.
// Let flake8-bugbear flag it (B006)
// Let Ruff flag it (B006)
"reportCallInDefaultInitializer": "none",
// Too strict and not needed for type testing
"reportMissingSuperCall": "none",