https://github.com/grid-control/grid-control
Raw File
Tip revision: 1281bdcb8fac585f3716dd1d967e7081637c5d63 authored by Johannes Lange on 22 August 2019, 12:40:53 UTC
FAILS: testing with python3.7
Tip revision: 1281bdc
.pylintrc
[FORMAT]
indent-string=\t
max-args=15
max-attributes=15
good-names=fn,dn,vn,fp,_,fi
bad-functions=map,filter,range,next,sorted,reduce,rsplit,set,any

[MESSAGES CONTROL]
disable = bad-continuation,broad-except,cell-var-from-loop,missing-docstring,multiple-imports,unused-argument,no-self-use,too-few-public-methods,redefined-builtin,locally-enabled,locally-disabled,interface-not-implemented,no-classmethod-decorator,no-staticmethod-decorator
back to top