SublimeLinter / SublimeLinter-flake8

SublimeLinter plugin for python, using flake8.
MIT License
184 stars 28 forks source link

List unpack operator in assignment triggers false positive #130

Closed jnluy closed 1 year ago

jnluy commented 1 year ago

See attached image

kaste commented 1 year ago

Oh, what version of python does support that? Anyway, that's an flake8 error, we just display it. Did you check that flake8 does support that, for example running the latest on the command line?

jnluy commented 1 year ago

Sorry, I will open an issue with flake8.