summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorJohn Belmonte <john@neggie.net>2020-01-26 17:13:11 +0900
committerClaudiu Popa <pcmanticore@gmail.com>2020-01-26 09:13:11 +0100
commitaca6d53ab8da456e7d2ba030cbdfc6286942c892 (patch)
tree6dbaf3a440f6a8b982d87f71bda591f9e0ecaeeb /examples
parentf2f4e6f42416644471ab003d4df7ecf052c3c411 (diff)
downloadpylint-git-aca6d53ab8da456e7d2ba030cbdfc6286942c892.tar.gz
update examples/pylintrc with new logging-format-style help (#3360)
follow-up to #3095
Diffstat (limited to 'examples')
-rw-r--r--examples/pylintrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/pylintrc b/examples/pylintrc
index fd1befdaf..da17c23bf 100644
--- a/examples/pylintrc
+++ b/examples/pylintrc
@@ -242,7 +242,7 @@ signature-mutators=
[LOGGING]
# Format style used to check logging format string. `old` means using %
-# formatting, while `new` is for `{}` formatting.
+# formatting, `new` is for `{}` formatting, and `fstr` is for f-strings.
logging-format-style=old
# Logging modules to check that the string format arguments are in logging