diff options
author | Dylan Baker <dylan@pnwbakers.com> | 2022-09-02 11:42:08 -0700 |
---|---|---|
committer | Eli Schwartz <eschwartz93@gmail.com> | 2022-09-19 20:57:52 -0400 |
commit | b11cf2f37165ddf0ebe737e85768483ff4387481 (patch) | |
tree | 23ee16d892e10900a06d7ef5a3f891f4e633945d /.pylintrc | |
parent | 6d12d7623f6565fcf50752cc2e030e8a619e544e (diff) | |
download | meson-b11cf2f37165ddf0ebe737e85768483ff4387481.zip meson-b11cf2f37165ddf0ebe737e85768483ff4387481.tar.gz meson-b11cf2f37165ddf0ebe737e85768483ff4387481.tar.bz2 |
pylint: enable consider-using-dict-items
Which found a couple of places where we could write better code.
Diffstat (limited to '.pylintrc')
-rw-r--r-- | .pylintrc | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -13,7 +13,6 @@ disable= broad-except, cell-var-from-loop, consider-merging-isinstance, - consider-using-dict-items, consider-using-f-string, consider-using-in, consider-using-max-builtin, |