selftest: Add new test to run krb5.kdc.canon against a user with an SPN for a UPN
[Samba.git] / setup.cfg
blobbb45d25c2f8ed2cfb9492b5c425a0c925157ecda
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