Closed scganterh closed 3 years ago
@scganterh can you confirm if https://github.com/MartinThoma/flake8-simplify/pull/69 solves your issue? I believe it should.
@MartinThoma is there anything else I would need to do to help merge this?
@dbdbc I'm sorry it took me so long to merge. I've just noticed it and merged. Thank you for the ping!
I've also now pushed a new version on PyPI
Thanks for merging!
@scganterh It would be awesome if you could confirm that this worked :-)
Desired change
Explanation
When I execute flake8 using pytest like this
pytest --flake8 --mypy
I get the following segfault:I know this error may not give enough information but I have no idea how to debug this. Also, I noticed this happens only in versions
0.12.0
to0.14.1
, but not in0.11.0
and only with the exact parameters mentioned above. If for instance I runpytest --flake8
or justflake8 . --exclude venv
the problem will not occur.