aboutsummaryrefslogtreecommitdiff
path: root/.pylintrc
diff options
context:
space:
mode:
authorDylan Baker <dylan@pnwbakers.com>2022-09-02 11:42:08 -0700
committerEli Schwartz <eschwartz93@gmail.com>2022-09-19 20:57:52 -0400
commitb11cf2f37165ddf0ebe737e85768483ff4387481 (patch)
tree23ee16d892e10900a06d7ef5a3f891f4e633945d /.pylintrc
parent6d12d7623f6565fcf50752cc2e030e8a619e544e (diff)
downloadmeson-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--.pylintrc1
1 files changed, 0 insertions, 1 deletions
diff --git a/.pylintrc b/.pylintrc
index 5fda1f9..659d885 100644
--- a/.pylintrc
+++ b/.pylintrc
@@ -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,