tests: don't test for specific device labels
[pygobject.git] / setup.cfg
blobd01bdfd236151d2043a4b95c33e20bd815d52036
1 [flake8]
2 ignore=E501,E123,E124,E402,E731,E722
3 exclude=subprojects
5 [coverage:run]
6 branch=True
7 include=
8     gi/*
9     tests/*
10     pygtkcompat/*