Imported Upstream version 3.32.2
[platform/upstream/python-gobject.git] / setup.cfg
1 [flake8]
2 ignore=E501,E123,E124,E402,E731,E722,W504
3 exclude=subprojects
4
5 [coverage:run]
6 branch=True
7 include=
8     gi/*
9     tests/*
10     pygtkcompat/*