summaryrefslogtreecommitdiff
path: root/pylintrc
diff options
context:
space:
mode:
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