[run]
branch = True
source = watcher
omit =
    watcher/tests/*
    watcher/hacking/*

[report]
ignore_errors = True
exclude_lines =
    @abc.abstract
    raise NotImplementedError
