remove-assert-true
refactoringtoken
and missing ruleType
settings which
resolves issues in Vimequality-identity
from triggering with float or complex numbers since NaN == NaN
is falsehoist-statement-from-loop
from triggering when the assignment value writes variablesuse-fstring-for-concatenation
now keeps the correct string quote for both sides of the concatenationinstance-method-first-arg-name
from firing for built-in class methods __new__
, __init_subclass__
, and
__class_getitem__
, which instead will trigger
class-method-first-arg-name
.use-fstring-for-concatenation
to trigger on long lines if this results in shorter lines (fixes issue
#222)request_review
: Fix so that a single value can be used again.