Skip to content

Commit a2e4137

Browse files
authored
Remove redundant Bugbear disabling in stubs (#13308)
1 parent 2cdda12 commit a2e4137

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

pyproject.toml

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

0 commit comments

Comments
 (0)