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

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