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