File tree 2 files changed +3
-2
lines changed
2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 16
16
- id : auto-walrus
17
17
18
18
- repo : https://github.com/astral-sh/ruff-pre-commit
19
- rev : v0.0.291
19
+ rev : v0.0.292
20
20
hooks :
21
21
- id : ruff
22
22
33
33
- tomli
34
34
35
35
- repo : https://github.com/tox-dev/pyproject-fmt
36
- rev : " 1.1 .0"
36
+ rev : " 1.2 .0"
37
37
hooks :
38
38
- id : pyproject-fmt
39
39
Original file line number Diff line number Diff line change 233
233
* [ Merge Two Lists] ( data_structures/linked_list/merge_two_lists.py )
234
234
* [ Middle Element Of Linked List] ( data_structures/linked_list/middle_element_of_linked_list.py )
235
235
* [ Print Reverse] ( data_structures/linked_list/print_reverse.py )
236
+ * [ Reverse K Group] ( data_structures/linked_list/reverse_k_group.py )
236
237
* [ Rotate To The Right] ( data_structures/linked_list/rotate_to_the_right.py )
237
238
* [ Singly Linked List] ( data_structures/linked_list/singly_linked_list.py )
238
239
* [ Skip List] ( data_structures/linked_list/skip_list.py )
You can’t perform that action at this time.
0 commit comments