Merge "pyupgrade changes for Python3.9+"

This commit is contained in:
Zuul
2024-11-04 16:02:38 +00:00
committed by Gerrit Code Review

View File

@@ -37,7 +37,6 @@ disable=
expression-not-assigned,
fixme,
global-statement,
non-parent-init-called,
not-callable,
protected-access,
redefined-builtin,
@@ -89,8 +88,6 @@ disable=
too-many-return-statements,
too-many-statements,
consider-using-set-comprehension,
useless-object-inheritance,
super-with-arguments,
use-dict-literal
[BASIC]