Also tune down style warnings
max-args=10
# Maximum number of locals for function / method body
-max-locals=20
+max-locals=30
# Maximum number of return / yield for function / method body
-max-returns=6
+max-returns=10
# Maximum number of branch for function / method body
-max-branchs=20
+max-branchs=30
# Maximum number of statements in function / method body
-max-statements=50
+max-statements=100
# Maximum number of parents for a class (see R0901).
max-parents=7
# Maximum number of attributes for a class (see R0902).
-max-attributes=20
+max-attributes=30
# Minimum number of public methods for a class (see R0903).
-min-public-methods=1
+min-public-methods=0
# Maximum number of public methods for a class (see R0904).
-max-public-methods=30
+max-public-methods=140
# checks for similarities and duplicated code. This computation may be
cd $bdir
export PYTHONPATH=.:$PYTHONPATH
-pylint -i yes --rcfile=../../misc/lint.rc skytools
+pylint -i yes --rcfile=../../misc/lint.rc skytools pgq londiste