]> git.ipfire.org Git - thirdparty/samba.git/blame - setup.cfg
ldb: note a transitivity problem in ldb_comparison_fold
[thirdparty/samba.git] / setup.cfg
CommitLineData
4284f604 1[pycodestyle]
bc188dd7 2# refer to: https://pep8.readthedocs.io/en/1.4.6/intro.html#error-codes
8004cf7a
GL
3# E402: module level import not at top of file
4# W503: line break before binary operator
5#
6ignore = E402,W503
4284f604
JG
7show-source = true
8statistics = true