ruff 0.14.11 Redirect to /tmp/tmp.3EPfaiczXl and /tmp/tmp.vbrLGndcwg Tree base: 667e0a216568 ("selftests: net: fib_tests: skip rp_filter test if cls_basic is unavailable") Now at: 82a40bc01c26 ("selftests: net: make ovs-dpctl.py fail when pyroute2 is unsupported") ====== Checking before the patch ====== tools/testing/selftests/net/openvswitch/ovs-dpctl.py:15: [F401] `struct` imported but unused tools/testing/selftests/net/openvswitch/ovs-dpctl.py:663: [E722] Do not use bare `except` tools/testing/selftests/net/openvswitch/ovs-dpctl.py:734: [F841] Local variable `lst` is assigned to but never used tools/testing/selftests/net/openvswitch/ovs-dpctl.py:981: [F841] Local variable `keybits` is assigned to but never used tools/testing/selftests/net/openvswitch/ovs-dpctl.py:982: [F841] Local variable `maskbits` is assigned to but never used tools/testing/selftests/net/openvswitch/ovs-dpctl.py:2176: [E711] Comparison to `None` should be `cond is None` ====== Checking the tree with the patch ====== tools/testing/selftests/net/openvswitch/ovs-dpctl.py:15: [F401] `struct` imported but unused tools/testing/selftests/net/openvswitch/ovs-dpctl.py:663: [E722] Do not use bare `except` tools/testing/selftests/net/openvswitch/ovs-dpctl.py:734: [F841] Local variable `lst` is assigned to but never used tools/testing/selftests/net/openvswitch/ovs-dpctl.py:981: [F841] Local variable `keybits` is assigned to but never used tools/testing/selftests/net/openvswitch/ovs-dpctl.py:982: [F841] Local variable `maskbits` is assigned to but never used tools/testing/selftests/net/openvswitch/ovs-dpctl.py:2176: [E711] Comparison to `None` should be `cond is None`