- Add a couple new "raise utils.Unreachable" to avoid possibly-used-before-assignment issues. - Simplify an "if" for the same reason - Remove an unneeded "return" - Use "NoReturn" to prepare for pylint knowing about it in the future: https://github.com/pylint-dev/pylint/issues/9674 - Add some ignores for used-before-assignment false-positives - Ignore new undefined-variable messages for Qt wrapers - Ignore a new no-member warning for KeySequence: https://github.com/pylint-dev/astroid/issues/2448#issuecomment-2130124755 |
||
|---|---|---|
| .. | ||
| conftest.py | ||
| key_data.py | ||
| test_basekeyparser.py | ||
| test_bindingtrie.py | ||
| test_keyutils.py | ||
| test_modeman.py | ||
| test_modeparsers.py | ||