-
Notifications
You must be signed in to change notification settings - Fork 26
Closed
Labels
Description
Found the following trying to assemble an unrelated PR. I don't believe it is actually a bug, rather a recommendation to avoid a poor practice that could result in a bug.
./src/aspire/operators/filters.py:202:66: B026 Star-arg unpacking after a keyword argument is strongly discouraged, because it only works when the keyword parameter is declared after all parameters supplied by the unpacked sequence, and this change of ordering can surprise and mislead readers.
./src/aspire/operators/filters.py:364:57: B026 Star-arg unpacking after a keyword argument is strongly discouraged, because it only works when the keyword parameter is declared after all parameters supplied by the unpacked sequence, and this change of ordering can surprise and mislead readers.
Will address and push through to unblock CI.