test(api): allow f string format for logging

This commit is contained in:
jo 2022-06-28 20:34:54 +02:00 committed by Kyle Robbertze
parent 523f646acc
commit 6ac52ead3e
1 changed files with 3 additions and 0 deletions

View File

@ -13,6 +13,9 @@ disable = [
[tool.pylint.design]
max-parents = 15
[tool.pylint.format]
disable = "logging-fstring-interpolation"
[tool.mypy]
plugins = [
"mypy_django_plugin.main",