summaryrefslogtreecommitdiff
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
commit0fa082e841f7f2605ff33e82be7d50bf5beadff8 (patch)
treeedf69937b4d73ce4adf0f7e59110db3ed7092265
parentbb0ac1972c26138505bb91915fd48f5e1ccd1122 (diff)
downloadpython-coveragepy-0fa082e841f7f2605ff33e82be7d50bf5beadff8.tar.gz
One more pylint setting to modernize
-rw-r--r--pylintrc3
1 files changed, 1 insertions, 2 deletions
diff --git a/pylintrc b/pylintrc
index fbb43b0..f8eb4bf 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=