PyCQA / pycodestyle

Simple Python style checker in one Python file
https://pycodestyle.pycqa.org
Other
5.01k stars 755 forks source link

List unpack operator in assignment triggers false positive E999 #1208

Closed jnluy closed 10 months ago

jnluy commented 10 months ago

274593138-9ec195f1-738f-4d0c-8274-2d519adfa182

asottile commented 10 months ago

don't make screenshots of code

this syntax is only valid in 3.11+ so you need to be using an appropriate version of Python to lint it