[run]
# Coverage is scoped to the submission checker (the only code under test).
# The CI step also passes --cov=submission_checker; keeping it here means a
# bare `pytest --cov` / `coverage` run is scoped correctly too.
source = submission_checker
omit =
    */site-packages/*
    */dist-packages/*
