aboutsummaryrefslogtreecommitdiff
path: root/.pylintrc
diff options
context:
space:
mode:
authorDylan Baker <dylan@pnwbakers.com>2022-09-02 21:19:23 -0700
committerEli Schwartz <eschwartz@archlinux.org>2022-10-03 00:02:20 -0400
commit676e66f8530ac45441c160eb8fe1d84a0703ceb6 (patch)
treec188682df2103d90607dbff43c1227de8d195d14 /.pylintrc
parent8c819ab8059c822fe6b82fd2a579741a88b7d0a5 (diff)
downloadmeson-676e66f8530ac45441c160eb8fe1d84a0703ceb6.zip
meson-676e66f8530ac45441c160eb8fe1d84a0703ceb6.tar.gz
meson-676e66f8530ac45441c160eb8fe1d84a0703ceb6.tar.bz2
pylint: enable consider-using-(min|max)-builtin
There's only one case of each, in the same function, so I've handled both in the same commit.
Diffstat (limited to '.pylintrc')
-rw-r--r--.pylintrc2
1 files changed, 0 insertions, 2 deletions
diff --git a/.pylintrc b/.pylintrc
index fcbdd65..acf78c3 100644
--- a/.pylintrc
+++ b/.pylintrc
@@ -14,8 +14,6 @@ disable=
cell-var-from-loop,
consider-merging-isinstance,
consider-using-f-string,
- consider-using-max-builtin,
- consider-using-min-builtin,
consider-using-with,
cyclic-import,
deprecated-decorator,