python/samba/emulate: PY3 port of samba.tests.emulate.traffic_packet
[samba.git] / setup.cfg
1 [pycodestyle]
2 # E501: line too long
3 ignore = E501
4 exclude = bin,heimdal,wscript,third_party,wafsamba,tdb
5 show-source = true
6 statistics = true