We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7f1ad72 commit 709a057Copy full SHA for 709a057
src/libtmux/formats.py
@@ -1,3 +1,4 @@
1
+# ruff: noqa: ERA001
2
"""Format variables for tmux objects.
3
4
libtmux.formats
@@ -41,12 +42,14 @@
41
42
]
43
44
WINDOW_FORMATS = [
45
+ # format_window()
46
"window_id",
47
"window_name",
48
"window_width",
49
"window_height",
50
"window_layout",
51
"window_panes",
52
+ # format_winlink()
53
"window_index",
54
"window_flags",
55
"window_active",
0 commit comments