pylint: turn on a few more errors

This commit is contained in:
Dylan Baker 2020-09-22 09:48:41 -07:00
parent f342efd080
commit 8fa0548e08
1 changed files with 3 additions and 0 deletions

View File

@ -14,9 +14,12 @@ enable=
dangerous-default-value,
deprecated-lambda,
len-as-condition,
literal-comparison,
missing-kwoa,
mixed-indentation,
no-value-for-parameter,
redundant-keyword-arg,
singleton-comparison,
too-many-function-args,
unexpected-keyword-arg,
unreachable