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

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