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