qutebrowser/tests/unit/keyinput
Florian Bruhin 72d7e2327b Update for new pylint/astroid releases
- 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
2024-05-24 21:46:04 +02:00
..
conftest.py reuse: Initial copyright text update for myself 2023-07-23 12:49:05 +02:00
key_data.py reuse: Initial copyright text update for myself 2023-07-23 12:49:05 +02:00
test_basekeyparser.py Handle count exceeding string to int conversion 2023-08-27 13:31:11 +02:00
test_bindingtrie.py reuse: Update remaining copyright texts 2023-07-23 12:52:01 +02:00
test_keyutils.py reuse: Initial copyright text update for myself 2023-07-23 12:49:05 +02:00
test_modeman.py reuse: Initial copyright text update for myself 2023-07-23 12:49:05 +02:00
test_modeparsers.py Update for new pylint/astroid releases 2024-05-24 21:46:04 +02:00