PLR1722 should convert a code
keyword argument to a positional argument
#16396
Labels
bug
Something isn't working
fixes
Related to suggested fixes for violations
help wanted
Contributions especially welcome
Summary
exit
andquit
each have one positional-or-keyword parameter:code
.sys.exit
has one positional-only parameter.sys-exit-alias
(PLR1722) should convert acode
keyword argument to a positional argument to avoid changing behavior.Version
ruff 0.9.7 (54fccb3 2025-02-20)
The text was updated successfully, but these errors were encountered: