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