s3:libsmb: allow store_cldap_reply() to work with a ipv6 response
[samba.git] / setup.cfg
1 [pycodestyle]
2 # refer to: https://pep8.readthedocs.io/en/1.4.6/intro.html#error-codes
3 # E402: module level import not at top of file
4 # W503: line break before binary operator
5 #
6 ignore = E402,W503
7 show-source = true
8 statistics = true