Skip to content

flake8 and coverage.py syntax errors #39

@sarnold

Description

@sarnold

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions