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.
This commit is contained in:
Dylan Baker 2020-09-22 09:38:44 -07:00
parent b034f8cf61
commit 3b292a04b8
1 changed files with 1 additions and 0 deletions

View File

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