summaryrefslogtreecommitdiff
path: root/pylintrc
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2016-05-12 06:28:38 -0400
committerNed Batchelder <ned@nedbatchelder.com>2016-05-12 06:28:38 -0400
commite848eccb6be069c73c662f4917013c31be602f33 (patch)
tree3ee3d907051a671e4346373885b89c2d5fd86291 /pylintrc
parent6889ecfa792e138495d5f3e3db88d654a3624b3a (diff)
downloadpython-coveragepy-git-e848eccb6be069c73c662f4917013c31be602f33.tar.gz
One more pylint setting to modernize
Diffstat (limited to 'pylintrc')
-rw-r--r--pylintrc3
1 files changed, 1 insertions, 2 deletions
diff --git a/pylintrc b/pylintrc
index fbb43b0e..f8eb4bf4 100644
--- a/pylintrc
+++ b/pylintrc
@@ -54,8 +54,7 @@ load-plugins=
# Enable the message(s) with the given id(s).
enable=
-# I0021: Useless suppression
- I0021
+ useless-suppression
# Disable the message(s) with the given id(s).
disable=