mirror of
https://github.com/TheAlgorithms/Python.git
synced 2024-11-23 21:11:08 +00:00
pre-commit autoupdate && pre-commit run --all-files (#9516)
* pre-commit autoupdate && pre-commit run --all-files * updating DIRECTORY.md --------- Co-authored-by: github-actions <${GITHUB_ACTOR}@users.noreply.github.com>
This commit is contained in:
parent
f8fe8fe41f
commit
f964dcbf2f
|
@ -16,7 +16,7 @@ repos:
|
|||
- id: auto-walrus
|
||||
|
||||
- repo: https://github.com/astral-sh/ruff-pre-commit
|
||||
rev: v0.0.291
|
||||
rev: v0.0.292
|
||||
hooks:
|
||||
- id: ruff
|
||||
|
||||
|
@ -33,7 +33,7 @@ repos:
|
|||
- tomli
|
||||
|
||||
- repo: https://github.com/tox-dev/pyproject-fmt
|
||||
rev: "1.1.0"
|
||||
rev: "1.2.0"
|
||||
hooks:
|
||||
- id: pyproject-fmt
|
||||
|
||||
|
|
|
@ -233,6 +233,7 @@
|
|||
* [Merge Two Lists](data_structures/linked_list/merge_two_lists.py)
|
||||
* [Middle Element Of Linked List](data_structures/linked_list/middle_element_of_linked_list.py)
|
||||
* [Print Reverse](data_structures/linked_list/print_reverse.py)
|
||||
* [Reverse K Group](data_structures/linked_list/reverse_k_group.py)
|
||||
* [Rotate To The Right](data_structures/linked_list/rotate_to_the_right.py)
|
||||
* [Singly Linked List](data_structures/linked_list/singly_linked_list.py)
|
||||
* [Skip List](data_structures/linked_list/skip_list.py)
|
||||
|
|
Loading…
Reference in New Issue
Block a user