summaryrefslogtreecommitdiff
path: root/.pylintrc
diff options
context:
space:
mode:
authorMarkus Heiser <markus.heiser@darmarit.de>2021-09-17 09:19:54 +0200
committerMarkus Heiser <markus.heiser@darmarit.de>2021-09-17 09:22:11 +0200
commitfe6470cbe6f5072cbfa2adc6c08790ed49510bde (patch)
tree29a10a4d81a0235de839ae4fa5e99a8156f5d669 /.pylintrc
parentcfef47f682adb7d58446d0be6634753593f258f1 (diff)
[pylint] disable consider-using-f-string in .pylintrc
Pylint 2.11 added [1][2] consider-using-f-string: Emitted when .format() or '%' is being used to format a string. We're not ready to enforce f-strings everywhere, so just disable this new warning. [1] https://pylint.pycqa.org/en/latest/whatsnew/2.11.html [2] https://github.com/PyCQA/pylint/issues/3592 Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
Diffstat (limited to '.pylintrc')
-rw-r--r--.pylintrc1
1 files changed, 1 insertions, 0 deletions
diff --git a/.pylintrc b/.pylintrc
index 14171525..f2dd716d 100644
--- a/.pylintrc
+++ b/.pylintrc
@@ -62,6 +62,7 @@ confidence=
disable=bad-whitespace,
duplicate-code,
missing-function-docstring,
+ consider-using-f-string,
# Enable the message, report, category or checker with the given id(s). You can
# either give multiple identifier separated by comma (,) or put this option