blob: 89cdf29f9714ee8cd57c285cb7b9c3b45a220c59 [file] [log] [blame]
Add ``named-expr-without-context`` check to emit a warning if a named
expression is used outside a context like ``if``, ``for``, ``while``, or
a comprehension.
Refs #7760