pylint: turn on warnings for abstract classes

We're using these now, so having some error checking to make sure we
don't have paths were we're trying to instantiate an abstract class
would be good.
pull/7774/head
Dylan Baker 4 years ago
parent b034f8cf61
commit 3b292a04b8
  1. 1
      .pylintrc

@ -7,6 +7,7 @@ score=no
[MESSAGES CONTROL] [MESSAGES CONTROL]
disable=all disable=all
enable= enable=
abstract-class-instantiated,
assert-on-tuple, assert-on-tuple,
compare-to-zero, compare-to-zero,
dangerous-default-value, dangerous-default-value,

Loading…
Cancel
Save