summaryrefslogtreecommitdiff
path: root/pylintrc
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2022-12-30 08:55:10 -0500
committerNed Batchelder <ned@nedbatchelder.com>2022-12-30 09:57:46 -0500
commit96f290af9a4f3c9ea9d0954d06de8894ec9066b4 (patch)
tree0bca2f89f9fe5a0dfd137adb4a5b984a10db6bbf /pylintrc
parent27990185352f035bafbb0cc7c8ac4159e87fe070 (diff)
downloadpython-coveragepy-git-96f290af9a4f3c9ea9d0954d06de8894ec9066b4.tar.gz
style: correct some lint errors
Diffstat (limited to 'pylintrc')
-rw-r--r--pylintrc1
1 files changed, 1 insertions, 0 deletions
diff --git a/pylintrc b/pylintrc
index a0a19aea..cc693613 100644
--- a/pylintrc
+++ b/pylintrc
@@ -75,6 +75,7 @@ disable=
self-assigning-variable,
consider-using-with,
missing-timeout,
+ use-implicit-booleaness-not-comparison,
# Formatting stuff
superfluous-parens,
# Messages that are noisy for now, eventually maybe we'll turn them on: