Skip to content

Commit

Permalink
pylint: turn on a few more errors
Browse files Browse the repository at this point in the history
  • Loading branch information
dcbaker committed Sep 23, 2020
1 parent f342efd commit 8fa0548
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .pylintrc
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 8fa0548

Please sign in to comment.