test: re-enable pylint logging-fstring-interpolation
This commit is contained in:
parent
c6940db289
commit
c414068c16
|
@ -11,9 +11,6 @@ disable = [
|
||||||
"missing-module-docstring",
|
"missing-module-docstring",
|
||||||
]
|
]
|
||||||
|
|
||||||
[tool.pylint.format]
|
|
||||||
disable = "logging-fstring-interpolation"
|
|
||||||
|
|
||||||
[tool.pytest.ini_options]
|
[tool.pytest.ini_options]
|
||||||
log_cli = true
|
log_cli = true
|
||||||
log_cli_level = "DEBUG"
|
log_cli_level = "DEBUG"
|
||||||
|
|
|
@ -11,9 +11,6 @@ disable = [
|
||||||
"missing-module-docstring",
|
"missing-module-docstring",
|
||||||
]
|
]
|
||||||
|
|
||||||
[tool.pylint.format]
|
|
||||||
disable = "logging-fstring-interpolation"
|
|
||||||
|
|
||||||
[tool.pytest.ini_options]
|
[tool.pytest.ini_options]
|
||||||
log_cli = true
|
log_cli = true
|
||||||
log_cli_level = "DEBUG"
|
log_cli_level = "DEBUG"
|
||||||
|
|
|
@ -21,9 +21,6 @@ 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",
|
||||||
|
|
|
@ -14,9 +14,6 @@ disable = [
|
||||||
"missing-module-docstring",
|
"missing-module-docstring",
|
||||||
]
|
]
|
||||||
|
|
||||||
[tool.pylint.format]
|
|
||||||
disable = "logging-fstring-interpolation"
|
|
||||||
|
|
||||||
[tool.pytest.ini_options]
|
[tool.pytest.ini_options]
|
||||||
log_cli = true
|
log_cli = true
|
||||||
log_cli_level = "DEBUG"
|
log_cli_level = "DEBUG"
|
||||||
|
|
|
@ -11,9 +11,6 @@ disable = [
|
||||||
"missing-module-docstring",
|
"missing-module-docstring",
|
||||||
]
|
]
|
||||||
|
|
||||||
[tool.pylint.format]
|
|
||||||
disable = "logging-fstring-interpolation"
|
|
||||||
|
|
||||||
[tool.mypy]
|
[tool.mypy]
|
||||||
allow_redefinition = true
|
allow_redefinition = true
|
||||||
disallow_incomplete_defs= true
|
disallow_incomplete_defs= true
|
||||||
|
|
|
@ -11,9 +11,6 @@ disable = [
|
||||||
"missing-module-docstring",
|
"missing-module-docstring",
|
||||||
]
|
]
|
||||||
|
|
||||||
[tool.pylint.format]
|
|
||||||
disable = "logging-fstring-interpolation"
|
|
||||||
|
|
||||||
[tool.pytest.ini_options]
|
[tool.pytest.ini_options]
|
||||||
log_cli = true
|
log_cli = true
|
||||||
log_cli_level = "DEBUG"
|
log_cli_level = "DEBUG"
|
||||||
|
|
Loading…
Reference in New Issue