test: re-enable pylint logging-fstring-interpolation

This commit is contained in:
jo 2023-02-19 20:14:38 +01:00 committed by Kyle Robbertze
parent c6940db289
commit c414068c16
6 changed files with 0 additions and 18 deletions

View file

@ -11,9 +11,6 @@ disable = [
"missing-module-docstring",
]
[tool.pylint.format]
disable = "logging-fstring-interpolation"
[tool.pytest.ini_options]
log_cli = true
log_cli_level = "DEBUG"