]> arthur.barton.de Git - bup.git/blob - .pylintrc
pylint: enable unidiomatic-typecheck
[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   unidiomatic-typecheck,
10   unused-import,
11   unused-wildcard-import,
12   useless-return