third_party/heimdal: import lorikeet-heimdal-202311290849 (commit 84fb4579594a5fd8f84...
[samba.git] / setup.cfg
blob6c3d32cbc92fd0e55d2c8d9057d6ff1ab545615a
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
6 ignore = E402,W503
7 show-source = true
8 statistics = true