@@ -24,8 +24,7 @@ confidence=
2424# --enable=similarities". If you want to run only the classes checker, but have
2525# no Warning level messages displayed, use"--disable=all --enable=classes
2626# --disable=W"
27- enable =all,
28- python3
27+ enable =all
2928disable =I,
3029 R, # refactoring checks
3130 abstract-method, # nice to have
@@ -34,14 +33,14 @@ disable=I,
3433 bad-whitespace, # pep8, nice to have
3534 broad-except,
3635 comprehension-escape, # throws false positives on 1.9.0 (Fedora 29)
37- deprecated-lambda, # nice to have
36+ ; deprecated-lambda, # nice to have
3837 import-outside-toplevel,
3938 import-error, # requires to having all modules installed
4039 invalid-name,
4140 len-as-condition, # nice to have
4241 line-too-long, # pep8, should be enabled
4342 missing-docstring,
44- misplaced-comparison-constant,
43+ ; misplaced-comparison-constant,
4544 multiple-statements, # nice to have
4645 no-absolute-import, # it was required for py2
4746 no-init,
@@ -51,7 +50,7 @@ disable=I,
5150 old-division, # it was required for py2
5251 protected-access,
5352 redefined-outer-name, # nice to have
54- relative-import, # nice to have
53+ ; relative-import, # nice to have
5554 super-init-not-called, # nice to have
5655 superfluous-parens, # nice to have
5756 too-many-lines,
0 commit comments