auth: Simplify DEBUG statements in make_auth3_context_for_ntlm()
[vlendec/samba-autobuild/.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