[run]
branch = True
source = .
omit =
     *tests*
     *migrations*

[report]
exclude_lines =
    except ImportError:
    raise NotImplementedError
    if __name__ == .__main__.: