From a2e4137f65ccdae26f0c9dc4d1e91954aaf900c3 Mon Sep 17 00:00:00 2001 From: Avasam Date: Sun, 29 Dec 2024 20:10:18 -0500 Subject: [PATCH] Remove redundant Bugbear disabling in stubs (#13308) --- pyproject.toml | 3 --- 1 file changed, 3 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 424fb108d..65980ce30 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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.