Skip to content

Pytest-flake8

Ignore patterns

# content of setup.cfg
[pytest]
flake8-ignore =
    *.py E201
    doc/conf.py ALL

See also

Favorite site