]> arthur.barton.de Git - bup.git/blob - .pylintrc
Drop support for python 2
[bup.git] / .pylintrc
1 # -*-conf-*-
2 [GENERAL OPTIONS]
3
4 [MESSAGES CONTROL]
5 disable=all
6 enable=
7   syntax-error,
8   catching-non-exception,
9   consider-using-in,
10   inconsistent-return-statements,
11   return-in-init,
12   trailing-whitespace,
13   undefined-variable,
14   unidiomatic-typecheck,
15   unused-import,
16   unused-wildcard-import,
17   useless-return,
18   super-init-not-called