https://github.com/GPflow/GPflow
Revision a198764d941687bea9a0efa74773bff804bfdb44 authored by joelberkeley-pio on 19 May 2020, 13:50:17 UTC, committed by GitHub on 19 May 2020, 13:50:17 UTC
1 parent 61f8d84
Raw File
Tip revision: a198764d941687bea9a0efa74773bff804bfdb44 authored by joelberkeley-pio on 19 May 2020, 13:50:17 UTC
enable mypy on CI (#1471)
Tip revision: a198764
.coveragerc
[report]
omit = *tests*, setup.py
exclude_lines =
    pragma: no cover
    def __repr__
    def __str__
    def _repr_html_
    def _repr_pretty_
    if self.debug:
    if settings.DEBUG
    raise AssertionError
    raise NotImplementedError
    if __name__ == .__main__.:
    print
back to top