Skip to content

Commit

Permalink
Remove redundant Bugbear disabling in stubs (python#13308)
Browse files Browse the repository at this point in the history
  • Loading branch information
Avasam authored and hoel-bagard committed Jan 5, 2025
1 parent ea756b2 commit 479d10e
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 479d10e

Please sign in to comment.