[run]
omit =
    # omit anything in a .local directory anywhere
    */.local/*
    # omit this single file
    tests/*.py
    */__init__.py
