Fixit icon indicating copy to clipboard operation
Fixit copied to clipboard

Incompatible with flake8 5.0

Open zsol opened this issue 3 years ago • 1 comments

  File "/opt/hostedtoolcache/Python/3.10.5/x64/lib/python3.10/site-packages/fixit/common/flake8_compat.py", line 135, in reset
    arguments=self.args,
AttributeError: 'Flake8CompatApplication' object has no attribute 'args'

That attribute was removed in https://github.com/PyCQA/flake8/commit/8d3afe40e1e8ba70418bada82608d47e61eedb8f which got released in 5.0.0

zsol avatar Aug 04 '22 18:08 zsol

fixit itself should probably also add a max constraint: https://github.com/Instagram/Fixit/blob/main/requirements.txt

thatch avatar Aug 13 '22 14:08 thatch

Jettisoning the flake8 wrapper in favor of flake8/pyflakes-inspired lint rules.

amyreese avatar Apr 03 '23 23:04 amyreese