We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1f2fdaa commit ccd9de5Copy full SHA for ccd9de5
unpythonic/syntax/scopeanalyzer.py
@@ -290,8 +290,8 @@ def get_names_in_store_context(tree):
290
291
This includes:
292
293
- - Any ``Name`` in store context (such as on the LHS of an `Assign`
294
- or `NamedExpr` node)
+ - Any ``Name`` in store context (such as on the LHS of an `Assign`,
+ `NamedExpr` (Python 3.8+), `TypeAlias` (Python 3.12+))
295
296
- The name of ``FunctionDef``, ``AsyncFunctionDef`` or``ClassDef``
297
0 commit comments