eg:
src/re2.pyx:106:9: E999 SyntaxError: invalid syntax
This didn't happen with older flake8 versions; the coverage thing is new. There are some issue/so discussions about cython and coverage.py and projects using the src/ layout. That last bit is usually src/<name> and isn't (by itself) a problem, except the cython coverage plugin apparently gets confused with includes and src/ without any __init__.py etc. :/
I'll keep looking but for now coverage is not working and flake8 config has E999 added to ignore list.
eg:
This didn't happen with older flake8 versions; the coverage thing is new. There are some issue/so discussions about cython and coverage.py and projects using the
src/layout. That last bit is usuallysrc/<name>and isn't (by itself) a problem, except the cython coverage plugin apparently gets confused with includes andsrc/without any__init__.pyetc. :/I'll keep looking but for now coverage is not working and flake8 config has E999 added to ignore list.