Disable logging-fstring-interpolation in pylint.

This commit is contained in:
Andrey Rakhmatullin 2022-01-11 19:21:07 +05:00
parent f789547551
commit e079bffdab
1 changed files with 1 additions and 0 deletions

View File

@ -49,6 +49,7 @@ disable=abstract-method,
keyword-arg-before-vararg,
line-too-long,
logging-format-interpolation,
logging-fstring-interpolation,
logging-not-lazy,
lost-exception,
method-hidden,