chore: disable pylint logging-fstring-interpolation format (#2033)

This commit is contained in:
Jonas L 2022-08-09 20:30:44 +02:00 committed by GitHub
parent 5782e10250
commit b465629977
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
5 changed files with 15 additions and 0 deletions

View File

@ -6,6 +6,9 @@ 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"

View File

@ -6,6 +6,9 @@ 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"

View File

@ -6,6 +6,9 @@ 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"

View File

@ -6,6 +6,9 @@ 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

View File

@ -6,6 +6,9 @@ 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"