Skip to content

Commit 709a057

Browse files
committed
chore: Missing formats, ignore ERA001 in formats.py
1 parent 7f1ad72 commit 709a057

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Diff for: src/libtmux/formats.py

+3
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
# ruff: noqa: ERA001
12
"""Format variables for tmux objects.
23
34
libtmux.formats
@@ -41,12 +42,14 @@
4142
]
4243

4344
WINDOW_FORMATS = [
45+
# format_window()
4446
"window_id",
4547
"window_name",
4648
"window_width",
4749
"window_height",
4850
"window_layout",
4951
"window_panes",
52+
# format_winlink()
5053
"window_index",
5154
"window_flags",
5255
"window_active",

0 commit comments

Comments
 (0)