Rename flake8-builtins
options to remove the "builtins" prefix
#15368
Labels
flake8-builtins
options to remove the "builtins" prefix
#15368
The "builtins" prefix for the
flake8-builtins
options is redundant and is inconsistent with other options likeallowed-unused-imports
orallowed-markup-calls
.builtins-allowed-modules
->allowed-modules
builtins-ignorelist
toignorelist
Although we can tackle this in 0.9 release, I'd say we do the rename (maintaining backwards compatibility) after the 0.9 release and hard deprecate in 0.11.
The text was updated successfully, but these errors were encountered: