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