chore: disable pylint logging-fstring-interpolation format (#2033)
This commit is contained in:
parent
5782e10250
commit
b465629977
|
@ -6,6 +6,9 @@ disable = [
|
|||
"missing-module-docstring",
|
||||
]
|
||||
|
||||
[tool.pylint.format]
|
||||
disable = "logging-fstring-interpolation"
|
||||
|
||||
[tool.pytest.ini_options]
|
||||
log_cli = true
|
||||
log_cli_level = "DEBUG"
|
||||
|
|
|
@ -6,6 +6,9 @@ disable = [
|
|||
"missing-module-docstring",
|
||||
]
|
||||
|
||||
[tool.pylint.format]
|
||||
disable = "logging-fstring-interpolation"
|
||||
|
||||
[tool.pytest.ini_options]
|
||||
log_cli = true
|
||||
log_cli_level = "DEBUG"
|
||||
|
|
|
@ -6,6 +6,9 @@ disable = [
|
|||
"missing-module-docstring",
|
||||
]
|
||||
|
||||
[tool.pylint.format]
|
||||
disable = "logging-fstring-interpolation"
|
||||
|
||||
[tool.pytest.ini_options]
|
||||
log_cli = true
|
||||
log_cli_level = "DEBUG"
|
||||
|
|
|
@ -6,6 +6,9 @@ disable = [
|
|||
"missing-module-docstring",
|
||||
]
|
||||
|
||||
[tool.pylint.format]
|
||||
disable = "logging-fstring-interpolation"
|
||||
|
||||
[tool.mypy]
|
||||
allow_redefinition = true
|
||||
disallow_incomplete_defs= true
|
||||
|
|
|
@ -6,6 +6,9 @@ disable = [
|
|||
"missing-module-docstring",
|
||||
]
|
||||
|
||||
[tool.pylint.format]
|
||||
disable = "logging-fstring-interpolation"
|
||||
|
||||
[tool.pytest.ini_options]
|
||||
log_cli = true
|
||||
log_cli_level = "DEBUG"
|
||||
|
|
Loading…
Reference in New Issue