Closed agb80 closed 8 years ago
Hey, thanks for the report. What I do in a situation like this usually is to first run flake8 on a more and more limited set of files so I discover what file in particular contains breaking code and then remove more and more code from that file to see what exactly is the problem (basically we need a minimal sample of code that lets us reproduce it).
Done, the problem is caused by this part on my setup.py file:
extras_require={
'test': [
'requests_mock'
],
},
notice the request_mock
is missing trailing comma.
EDIT: Forgot to said that adding the missing trailing comma run test without problems
Thanks, will be fixed soon.
You're welcome
Just released 0.1.4 on PyPI - hope it solves the issue for you.
Problem solved, thank you very much!!!
I'm getting this error on several test running flake8-strict, please let me know how can I help to debug: