mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-02-21 00:58:28 +08:00
Enable nearly all pyupgrade rules (except on test cases) (#11499)
Co-authored-by: Alex Waygood <Alex.Waygood@Gmail.com>
This commit is contained in:
@@ -1 +1,4 @@
|
||||
from builtins import *
|
||||
# flake8: noqa: NQA102 # https://github.com/plinss/flake8-noqa/issues/22
|
||||
# six explicitly re-exports builtins. Normally this is something we'd want to avoid.
|
||||
# But this is specifically a compatibility package.
|
||||
from builtins import * # noqa: UP029
|
||||
|
||||
Reference in New Issue
Block a user