test(api): allow f string format for logging
This commit is contained in:
parent
523f646acc
commit
6ac52ead3e
|
@ -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",
|
||||
|
|
Loading…
Reference in New Issue