You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
Griffe raises a KeyError when it encounters a walrus operator (NamedExpr) in the output part of a list, set or dict comprehension, or a generator expression.
Describe the bug
Griffe raises a KeyError when it encounters a walrus operator (NamedExpr) in the output part of a list, set or dict comprehension, or a generator expression.
To Reproduce
Steps to reproduce the behavior:
griffe dump -s . test
Expected behavior
This should parse without error as this is valid syntax (which runs fine).
System (please complete the following information):
griffe
version: griffe-0.27.1The text was updated successfully, but these errors were encountered: