We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2cdda12 commit a2e4137Copy full SHA for a2e4137
pyproject.toml
@@ -107,9 +107,6 @@ ignore = [
107
# See https://github.com/python/typeshed/pull/13108
108
"RUF022",
109
"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
113
# Rules that are out of the control of stub authors:
114
"F403", # `from . import *` used; unable to detect undefined names
115
# Stubs can sometimes re-export entire modules.
0 commit comments