[run]
source =
    gitlabform

omit =
    # don't check the test themselves, obviously
    tests/*

    # no point in checking this
    setup.py

[report]
exclude_also =
    \s*debug\(.*\)
    \s*fatal\(.*\)