You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
docs/conf.py:191:9: PERF203 `try`-`except` within a loop incurs performance overhead
src/libtmux/_internal/query_list.py:62:9: TRY300 Consider moving this statement to an `else` block
src/libtmux/_internal/query_list.py:297:19: TRY002 Create your own exception
src/libtmux/_internal/query_list.py:297:19: TRY003 Avoid specifying long messages outside the exception class
src/libtmux/_internal/query_list.py:337:25: TRY301 Abstract `raise` to an inner function
src/libtmux/_internal/query_list.py:337:31: TRY003 Avoid specifying long messages outside the exception class
src/libtmux/common.py:154:23: TRY003 Avoid specifying long messages outside the exception class
src/libtmux/common.py:191:23: TRY003 Avoid specifying long messages outside the exception class
src/libtmux/common.py:246:13: TRY400 Use `logging.exception` instead of `logging.error`
src/libtmux/neo.py:243:15: TRY003 Avoid specifying long messages outside the exception class
src/libtmux/pane.py:293:19: TRY003 Avoid specifying long messages outside the exception class
src/libtmux/pane.py:439:9: B028 No explicit `stacklevel` keyword argument found
src/libtmux/pane.py:446:9: B028 No explicit `stacklevel` keyword argument found
src/libtmux/pytest_plugin.py:230:5: TRY302 Remove exception handler; error is immediately re-raised
src/libtmux/server.py:146:13: TRY300 Consider moving this statement to an `else` block
src/libtmux/server.py:210:23: TRY003 Avoid specifying long messages outside the exception class
src/libtmux/server.py:241:13: TRY300 Consider moving this statement to an `else` block
src/libtmux/server.py:515:17: PERF401 Use a list comprehension to create a transformed list
src/libtmux/server.py:535:13: PERF401 Use a list comprehension to create a transformed list
src/libtmux/server.py:553:13: PERF401 Use a list comprehension to create a transformed list
src/libtmux/server.py:591:9: B028 No explicit `stacklevel` keyword argument found
src/libtmux/server.py:604:9: B028 No explicit `stacklevel` keyword argument found
src/libtmux/server.py:612:9: B028 No explicit `stacklevel` keyword argument found
src/libtmux/server.py:619:9: B028 No explicit `stacklevel` keyword argument found
src/libtmux/server.py:629:9: B028 No explicit `stacklevel` keyword argument found
src/libtmux/server.py:642:9: B028 No explicit `stacklevel` keyword argument found
src/libtmux/server.py:650:9: B028 No explicit `stacklevel` keyword argument found
src/libtmux/server.py:660:9: B028 No explicit `stacklevel` keyword argument found
src/libtmux/server.py:667:9: B028 No explicit `stacklevel` keyword argument found
src/libtmux/server.py:679:9: B028 No explicit `stacklevel` keyword argument found
src/libtmux/server.py:688:9: B028 No explicit `stacklevel` keyword argument found
src/libtmux/session.py:111:17: PERF401 Use a list comprehension to create a transformed list
src/libtmux/session.py:130:17: PERF401 Use a list comprehension to create a transformed list
src/libtmux/session.py:361:17: PERF401 Use a list comprehension to create a transformed list
src/libtmux/session.py:366:19: TRY003 Avoid specifying long messages outside the exception class
src/libtmux/session.py:373:19: TRY003 Avoid specifying long messages outside the exception class
src/libtmux/session.py:487:31: PTH111 `os.path.expanduser()` should be replaced by `Path.expanduser()`
src/libtmux/session.py:602:9: B028 No explicit `stacklevel` keyword argument found
src/libtmux/session.py:609:9: B028 No explicit `stacklevel` keyword argument found
src/libtmux/session.py:616:9: B028 No explicit `stacklevel` keyword argument found
src/libtmux/session.py:623:9: B028 No explicit `stacklevel` keyword argument found
src/libtmux/session.py:633:9: B028 No explicit `stacklevel` keyword argument found
src/libtmux/session.py:640:9: B028 No explicit `stacklevel` keyword argument found
src/libtmux/session.py:649:9: B028 No explicit `stacklevel` keyword argument found
src/libtmux/session.py:657:9: B028 No explicit `stacklevel` keyword argument found
src/libtmux/session.py:666:9: B028 No explicit `stacklevel` keyword argument found
src/libtmux/test.py:50:15: PTH100 `os.path.abspath()` should be replaced by `Path.resolve()`
src/libtmux/test.py:50:31: PTH120 `os.path.dirname()` should be replaced by `Path.parent`
src/libtmux/test.py:51:15: PTH100 `os.path.abspath()` should be replaced by `Path.resolve()`
src/libtmux/test.py:51:31: PTH118 `os.path.join()` should be replaced by `Path` with `/` operator
src/libtmux/test.py:52:33: PTH118 `os.path.join()` should be replaced by `Path` with `/` operator
src/libtmux/window.py:123:17: PERF401 Use a list comprehension to create a transformed list
src/libtmux/window.py:245:31: PTH111 `os.path.expanduser()` should be replaced by `Path.expanduser()`
src/libtmux/window.py:473:13: TRY400 Use `logging.exception` instead of `logging.error`
src/libtmux/window.py:633:9: B028 No explicit `stacklevel` keyword argument found
src/libtmux/window.py:640:9: B028 No explicit `stacklevel` keyword argument found
src/libtmux/window.py:647:9: B028 No explicit `stacklevel` keyword argument found
src/libtmux/window.py:654:9: B028 No explicit `stacklevel` keyword argument found
src/libtmux/window.py:664:9: B028 No explicit `stacklevel` keyword argument found
src/libtmux/window.py:671:9: B028 No explicit `stacklevel` keyword argument found
src/libtmux/window.py:680:9: B028 No explicit `stacklevel` keyword argument found
src/libtmux/window.py:688:9: B028 No explicit `stacklevel` keyword argument found
src/libtmux/window.py:697:9: B028 No explicit `stacklevel` keyword argument found
tests/legacy_api/test_common.py:34:18: RUF012 Mutable class attributes should be annotated with `typing.ClassVar`
tests/legacy_api/test_common.py:54:18: RUF012 Mutable class attributes should be annotated with `typing.ClassVar`
tests/legacy_api/test_common.py:70:18: RUF012 Mutable class attributes should be annotated with `typing.ClassVar`
tests/legacy_api/test_common.py:87:18: RUF012 Mutable class attributes should be annotated with `typing.ClassVar`
tests/legacy_api/test_server.py:152:10: B017 `pytest.raises(Exception)` should be considered evil
tests/test_common.py:33:18: RUF012 Mutable class attributes should be annotated with `typing.ClassVar`
tests/test_common.py:53:18: RUF012 Mutable class attributes should be annotated with `typing.ClassVar`
tests/test_common.py:69:18: RUF012 Mutable class attributes should be annotated with `typing.ClassVar`
tests/test_common.py:86:18: RUF012 Mutable class attributes should be annotated with `typing.ClassVar`
tests/test_server.py:169:10: B017 `pytest.raises(Exception)` should be considered evil
tests/test_window.py:206:5: B018 Found useless expression. Either assign it to a variable or remove it.
0 commit comments