aboutsummaryrefslogtreecommitdiffstats
path: root/pylintrc
diff options
context:
space:
mode:
Diffstat (limited to 'pylintrc')
-rw-r--r--pylintrc2
1 files changed, 2 insertions, 0 deletions
diff --git a/pylintrc b/pylintrc
index 4900d67..513ba1d 100644
--- a/pylintrc
+++ b/pylintrc
@@ -234,6 +234,8 @@ expected-line-ending-format=
# Logging modules to check that the string format arguments are in logging
# function parameter format
logging-modules=logging
+logging-format-style=fstr
+
[MISCELLANEOUS]