[coverage:run]
branch = true
source =
    mitogen
omit =
    mitogen/compat/*

[flake8]
ignore = E402,E128,W503
exclude = mitogen/compat