test: Avoid logging error when logging error

This commit is contained in:
MarcoFalke
2024-12-03 09:40:47 +01:00
parent ebe4cac38b
commit cccca8a77f
2 changed files with 4 additions and 3 deletions

View File

@@ -236,6 +236,7 @@ fn lint_py_lint() -> LintResult {
"F822", // undefined name name in __all__
"F823", // local variable name … referenced before assignment
"F841", // local variable 'foo' is assigned to but never used
"PLE", // Pylint errors
"W191", // indentation contains tabs
"W291", // trailing whitespace
"W292", // no newline at end of file