@@ -76,30 +76,19 @@ disable=
7676 R0401, # Cyclic import
7777 C0411, # import ordering
7878 W9015, # missing parameter in doc strings
79- R0205, # useless-object-inheritanc
8079 C0301, # line to long
8180 C0114, # missing-module-docstring
8281 W1202, # Use lazy % formatting in logging functions (logging-format-interpolation)
83- E1101, # No member
84- W0622, # Redefining built-in 'property' (redefined-builtin)
82+ E1101, # No member
8583 W0212, # protected-access
8684 W0201, # attribute-defined-outside-init
87- R1725, # Consider using Python 3 style super() without arguments (super-with-arguments)
8885 C2001, # Avoid comparisons to zero (compare-to-zero)
8986 R0912, # too many branches
90- W0235, # Useless super delegation in method '__init__' (useless-super-delegation)
9187 C0412, # Imports from package samtranslator are not grouped (ungrouped-imports)
92- W0223, # abstract-method
93- W0107, # unnecessary-pass
94- W0707, # raise-missing-from
9588 E0203, # access-member-before-definition
9689 W0221, # arguments-differ
97- R1710, # inconsistent-return-statements
9890 R1702, # too-many-nested-blocks
99- C0123, # Use isinstance() rather than type() for a typecheck. (unidiomatic-typecheck)
10091 W0105, # String statement has no effect (pointless-string-statement)
101- C0206, # Consider iterating with .items() (consider-using-dict-items)
102- W9008, # Redundant returns documentation (redundant-returns-doc)
10392 C0112, # empty-docstring
10493 C0116, # missing-function-docstring
10594 W9017, # differing-param-doc
0 commit comments