summaryrefslogtreecommitdiff
path: root/pylintrc
diff options
context:
space:
mode:
Diffstat (limited to 'pylintrc')
-rw-r--r--pylintrc3
1 files changed, 3 insertions, 0 deletions
diff --git a/pylintrc b/pylintrc
index 39ec56f5..e3aebf3b 100644
--- a/pylintrc
+++ b/pylintrc
@@ -119,6 +119,9 @@ disable=fixme,
# Legacy warning not checked in astroid/brain before we
# transitioned to setuptools and added an init.py
duplicate-code,
+ # This one would help performance but we need to fix the pipeline first
+ # and there are a lot of warning for it
+ consider-using-f-string,
enable=useless-suppression