====== Checking before the patch ====== ====== Checking the tree with the patch ====== New errors added --- /tmp/tmp.hp4uIzp8Wn 2025-09-24 13:57:06.207439826 -0700 +++ /tmp/tmp.6BD9f3eLdw 2025-09-24 13:57:07.015434570 -0700 @@ -2,2 +2,6 @@ -tools/testing/selftests/drivers/net/psp.py:60:0: C0325: Unnecessary parens after '=' keyword (superfluous-parens) -tools/testing/selftests/drivers/net/psp.py:41:0: C0116: Missing function or method docstring (missing-function-docstring) +tools/testing/selftests/drivers/net/psp.py:233: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:80:20: W0719: Raising too general exception: Exception (broad-exception-raised) +tools/testing/selftests/drivers/net/psp.py:161:21: E0602: Undefined variable 'ksft_raises' (undefined-variable) +tools/testing/selftests/drivers/net/psp.py:195:0: C0116: Missing function or method docstring (missing-function-docstring) +tools/testing/selftests/drivers/net/psp.py:241:15: E0601: Using variable 'srv' before assignment (used-before-assignment) @@ -6 +10 @@ -Your code has been rated at 9.47/10 (previous run: 9.47/10, +0.00) +Your code has been rated at 9.11/10 (previous run: 9.47/10, -0.37)