summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Grainger <tagrain@gmail.com>2020-06-16 07:43:37 +0100
committerGitHub <noreply@github.com>2020-06-16 08:43:37 +0200
commit346bdcf70231f5a588ce831544b81a9217cb5d93 (patch)
treedccdb5e1eb525b6567d1c84ee312426edd6cc405
parent1047b76efc8ac0b60dce3c24aaa5b722b500b015 (diff)
downloadpylint-git-346bdcf70231f5a588ce831544b81a9217cb5d93.tar.gz
remove invalid fstr setting (#3682)
-rw-r--r--examples/pylintrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/pylintrc b/examples/pylintrc
index f6aad454e..e5995bbae 100644
--- a/examples/pylintrc
+++ b/examples/pylintrc
@@ -187,7 +187,7 @@ never-returning-functions=sys.exit
[LOGGING]
# Format style used to check logging format string. `old` means using %
-# formatting, `new` is for `{}` formatting,and `fstr` is for f-strings.
+# formatting and `new` is for `{}` formatting.
logging-format-style=old
# Logging modules to check that the string format arguments are in logging