summaryrefslogtreecommitdiff
path: root/pylintrc
diff options
context:
space:
mode:
authorPierre Sassoulas <pierre.sassoulas@gmail.com>2021-09-17 09:57:54 +0200
committerPierre Sassoulas <pierre.sassoulas@gmail.com>2021-09-17 10:15:56 +0200
commit00f16490985f057b0ac030cfda34df965779d6e2 (patch)
tree503aeb19e827a5aa4d975e87d5519522e0a27a87 /pylintrc
parent2e26f0383bc4dacc62b4af655b68767e3e0497f4 (diff)
downloadastroid-git-00f16490985f057b0ac030cfda34df965779d6e2.tar.gz
Upgrade to pylint 2.11 in pre-commit configuration
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