MarcoGorelli / cython-lint

Lint Cython files
MIT License
69 stars 11 forks source link

catch unused assignment to tuple #60

Closed MarcoGorelli closed 1 year ago

MarcoGorelli commented 1 year ago

e.g.

mult, _ = precision_from_unit(unit)

https://github.com/pandas-dev/pandas/pull/51594/files#diff-6e86989165ac69c298669127b6fefcc0807ac6d601c61677a9348b2ec46ef433L322