Remove redundant Bugbear disabling in stubs (#13308)

This commit is contained in:
Avasam
2024-12-29 20:10:18 -05:00
committed by GitHub
parent 2cdda12df7
commit a2e4137f65

View File

@@ -107,9 +107,6 @@ ignore = [
# See https://github.com/python/typeshed/pull/13108
"RUF022",
"RUF023",
# Most flake8-bugbear rules don't apply for third-party stubs like typeshed.
# B033 could be slightly useful but Ruff doesn't have per-file select
"B", # flake8-bugbear
# Rules that are out of the control of stub authors:
"F403", # `from . import *` used; unable to detect undefined names
# Stubs can sometimes re-export entire modules.