Skip to content

Commit 00c62d9

Browse files
fix(pre_commit): 🎨 auto format pre-commit hooks
1 parent 72f80f4 commit 00c62d9

File tree

3 files changed

+5
-6
lines changed

3 files changed

+5
-6
lines changed

β€Ž.kiro/settings/mcp.jsonβ€Ž

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
11
{
2-
"mcpServers": {
3-
}
2+
"mcpServers": {}
43
}

β€ŽNone class_id values correctlyβ€Ž

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -75,9 +75,9 @@
7575
ESC-^F _<_c_1_> _<_c_2_> * Find close bracket _<_c_2_>.
7676
ESC-^B _<_c_1_> _<_c_2_> * Find open bracket _<_c_1_>.
7777
---------------------------------------------------
78-
Each "find close bracket" command goes forward to the close bracket
78+
Each "find close bracket" command goes forward to the close bracket
7979
matching the (_N-th) open bracket in the top line.
80-
Each "find open bracket" command goes backward to the open bracket
80+
Each "find open bracket" command goes backward to the open bracket
8181
matching the (_N-th) close bracket in the bottom line.
8282

8383
m_<_l_e_t_t_e_r_> Mark the current top line with <letter>.
@@ -303,7 +303,7 @@
303303

304304
LLIINNEE EEDDIITTIINNGG
305305

306-
These keys can be used to edit text being entered
306+
These keys can be used to edit text being entered
307307
on the "command line" at the bottom of the screen.
308308

309309
RightArrow ..................... ESC-l ... Move cursor right one character.

β€Žs_id tracking during object transitionsβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,4 +135,4 @@
135135
+ # Frames 5-7: Object crosses to left side as class 1
136136
+ {"xyxy": [[4, -6, 6, -4]], "tracker_id": [1], "class_id": [1]},
137137
+ {"xyxy": [[4, -6, 6, -4]], "tracker_id": [1], "class_id": [1]},
138-
+ {"xyxy": [[4, -6, 6, -4]], "tracker
138+
+ {"xyxy": [[4, -6, 6, -4]], "tracker

0 commit comments

Comments
Β (0)