pylint 3.3.9 astroid 3.3.8 Python 3.14.3 (main, Feb 4 2026, 00:00:00) [GCC 15.2.1 20260123 (Red Hat 15.2.1-7)] Redirect to /tmp/tmp.s9TWhPNlQo and /tmp/tmp.96BhTM0DtV Tree base: 93fe5f8c75e5 ("ovpn: notify userspace on client float event") Now at: b55d5f40176c ("selftests: ovpn: add notification parsing and matching") ====== Checking before the patch ====== ====== Checking the tree with the patch ====== ************* Module check_requirements tools/testing/selftests/net/ovpn/check_requirements.py:25:0: C0301: Line too long (106/100) (line-too-long) tools/testing/selftests/net/ovpn/check_requirements.py:1:0: C0114: Missing module docstring (missing-module-docstring) tools/testing/selftests/net/ovpn/check_requirements.py:13:0: C0116: Missing function or method docstring (missing-function-docstring) tools/testing/selftests/net/ovpn/check_requirements.py:15:9: W1514: Using open without explicitly specifying an encoding (unspecified-encoding) tools/testing/selftests/net/ovpn/check_requirements.py:30:19: W0718: Catching too general exception Exception (broad-exception-caught) tools/testing/selftests/net/ovpn/check_requirements.py:10:0: C0411: standard import "pathlib.Path" should be placed before third party imports "packaging.requirements.Requirement", "packaging.version.Version" (wrong-import-order) tools/testing/selftests/net/ovpn/check_requirements.py:11:0: C0411: standard import "sys" should be placed before third party imports "packaging.requirements.Requirement", "packaging.version.Version" (wrong-import-order) tools/testing/selftests/net/ovpn/check_requirements.py:10:0: W0611: Unused Path imported from pathlib (unused-import) ------------------------------------------------------------------ Your code has been rated at 7.50/10 (previous run: 7.50/10, +0.00)