summaryrefslogtreecommitdiff
path: root/pylintrc
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2021-09-29 13:40:56 -0400
committerNed Batchelder <ned@nedbatchelder.com>2021-09-29 15:15:36 -0400
commit5bcfc263c54cb0229b6a39840ab961005536818e (patch)
treec4270f27004370c2ce3ec96d361f646e0f20d647 /pylintrc
parent1677bbb3d8ca809d5c5e25248f08e065af85cde7 (diff)
downloadpython-coveragepy-git-5bcfc263c54cb0229b6a39840ab961005536818e.tar.gz
test: update pylint
Diffstat (limited to 'pylintrc')
-rw-r--r--pylintrc2
1 files changed, 2 insertions, 0 deletions
diff --git a/pylintrc b/pylintrc
index 8fd4b356..20258c0f 100644
--- a/pylintrc
+++ b/pylintrc
@@ -90,6 +90,8 @@ disable=
# Messages that are noisy for now, eventually maybe we'll turn them on:
invalid-name,
protected-access,
+ unspecified-encoding,
+ consider-using-f-string,
duplicate-code,
cyclic-import