diff options
author | Dylan Baker <dylan@pnwbakers.com> | 2020-09-22 09:48:41 -0700 |
---|---|---|
committer | Dylan Baker <dylan@pnwbakers.com> | 2020-09-22 17:57:03 -0700 |
commit | 8fa0548e080dd006821ff985868fdef789935feb (patch) | |
tree | 994ff7ca67a6f14b7e209771d7817d0235d93479 /.pylintrc | |
parent | f342efd080678a4c8db1c1e25296923176e821f6 (diff) | |
download | meson-8fa0548e080dd006821ff985868fdef789935feb.zip meson-8fa0548e080dd006821ff985868fdef789935feb.tar.gz meson-8fa0548e080dd006821ff985868fdef789935feb.tar.bz2 |
pylint: turn on a few more errors
Diffstat (limited to '.pylintrc')
-rw-r--r-- | .pylintrc | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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 |