Commits
Click on a commit to change the comparison range[ruff] single-assignment-missing-final (RUF066)
This change adds a new rule that warns when
variables that are only assigned once are missing
a `Final` annotation.
This initial implementation is conservative and
attempts to only flag cases where a variable is
definitely missing a `Final` annotation.6 hours ago
by hamirmahal