mirror of
https://github.com/falk-werner/webfuse
synced 2026-03-02 03:40:24 +00:00
make pylint happy
This commit is contained in:
17
example/provider/python/pylintrc
Normal file
17
example/provider/python/pylintrc
Normal file
@@ -0,0 +1,17 @@
|
||||
[BASIC]
|
||||
|
||||
good-names=i,j,k,ex,Run,_,f,fd
|
||||
|
||||
[MESSAGES CONTROL]
|
||||
|
||||
|
||||
disable=raw-checker-failed,
|
||||
bad-inline-option,
|
||||
locally-disabled,
|
||||
file-ignored,
|
||||
suppressed-message,
|
||||
useless-suppression,
|
||||
deprecated-pragma,
|
||||
use-symbolic-message-instead,
|
||||
missing-function-docstring
|
||||
|
||||
Reference in New Issue
Block a user