repo.or.cz
/
Samba.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
s3:auth_samba4: make use of imessaging_init_discard_incoming()
[Samba.git]
/
setup.cfg
blob
6c3d32cbc92fd0e55d2c8d9057d6ff1ab545615a
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