1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00

Merge pull request #18160 from fjmolinas/pr_python_lint_compile_and_test

dist/tools/compile_and_test_for_board: fix lint
This commit is contained in:
Marian Buschsieweke 2022-06-02 12:46:29 +02:00 committed by GitHub
commit 6cca6234b0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 4 deletions

View File

@ -324,7 +324,7 @@ class RIOTApplication:
if self.testcase:
self.testcase.stderr += err.output + "\n"
self.logger.warning(
"Got an error during clean-intermediates," " ignore: %r", err
"Got an error during clean-intermediates, ignore: %r", err
)
def run_compilation_and_test(self, **test_kwargs):

View File

@ -7,6 +7,3 @@ extend-ignore = E203
[pylint]
max-line-length = 88
[pylint.messages_control]
disable = C0330, C0326