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