[run]
include =
    textblob*
omit =
    # Vendorized dependencies
    *unicodecsv*
    # Pattern.en code
    text/en/__init__.py
    text/_text.py
    text/en/inflect.py

[report]
exclude_lines =
    raise NotImplementedError
