]> arthur.barton.de Git - bup.git/blob - .pylintrc
git: close PackIdxList on init failures
[bup.git] / .pylintrc
1 # -*-conf-*-
2
3 [MESSAGES CONTROL]
4 disable=all
5 enable=
6   catching-non-exception,
7   consider-using-in,
8   inconsistent-return-statements,
9   return-in-init,
10   trailing-whitespace,
11   undefined-variable,
12   unidiomatic-typecheck,
13   unused-import,
14   unused-wildcard-import,
15   useless-return