s3: smbd: Fix smbd crash on dangling symlink with posix connection calling several...
[kseeger/samba-autobuild-v4-14-test/.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