====== Checking before the patch ====== ====== Checking the tree with the patch ====== New warnings added --- /tmp/tmp.TQ7rmgh1by 2025-09-24 13:57:16.498372875 -0700 +++ /tmp/tmp.Xu9gnA4cqQ 2025-09-24 13:57:17.441366740 -0700 @@ -2,5 +2,7 @@ -tools/testing/selftests/drivers/net/psp.py:374:0: C0325: Unnecessary parens after '=' keyword (superfluous-parens) -tools/testing/selftests/drivers/net/psp.py:28:8: W0719: Raising too general exception: Exception (broad-exception-raised) -tools/testing/selftests/drivers/net/psp.py:87:20: W0719: Raising too general exception: Exception (broad-exception-raised) -tools/testing/selftests/drivers/net/psp.py:336:0: C0116: Missing function or method docstring (missing-function-docstring) -tools/testing/selftests/drivers/net/psp.py:382:15: E0601: Using variable 'srv' before assignment (used-before-assignment) +tools/testing/selftests/drivers/net/psp.py:485:0: C0325: Unnecessary parens after '=' keyword (superfluous-parens) +tools/testing/selftests/drivers/net/psp.py:18:0: C0115: Missing class docstring (missing-class-docstring) +tools/testing/selftests/drivers/net/psp.py:32:8: W0719: Raising too general exception: Exception (broad-exception-raised) +tools/testing/selftests/drivers/net/psp.py:91:20: W0719: Raising too general exception: Exception (broad-exception-raised) +tools/testing/selftests/drivers/net/psp.py:134:12: W0719: Raising too general exception: Exception (broad-exception-raised) +tools/testing/selftests/drivers/net/psp.py:447:0: C0116: Missing function or method docstring (missing-function-docstring) +tools/testing/selftests/drivers/net/psp.py:493:15: E0601: Using variable 'srv' before assignment (used-before-assignment) @@ -9 +11 @@ -Your code has been rated at 9.61/10 (previous run: 9.61/10, +0.00) +Your code has been rated at 9.63/10 (previous run: 9.61/10, +0.02)