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]
|
[tool.pylint.design]
|
||||||
max-parents = 15
|
max-parents = 15
|
||||||
|
|
||||||
|
[tool.pylint.format]
|
||||||
|
disable = "logging-fstring-interpolation"
|
||||||
|
|
||||||
[tool.mypy]
|
[tool.mypy]
|
||||||
plugins = [
|
plugins = [
|
||||||
"mypy_django_plugin.main",
|
"mypy_django_plugin.main",
|
||||||
|
|
Loading…
Reference in New Issue