summaryrefslogtreecommitdiff
path: root/setup.cfg
blob: 85639b6e373188ab641895d1e7aebe0f85d07af6 (plain)
1
2
3
4
5
6
7
8
9
[flake8]
ignore=E501,E123,E124,E402,E731,E722

[coverage:run]
branch=True
include=
    gi/*
    tests/*
    pygtkcompat/*