mirror of
https://github.com/TheAlgorithms/Python.git
synced 2026-03-13 09:50:19 +08:00
[pre-commit.ci] pre-commit autoupdate (#12760)
* [pre-commit.ci] pre-commit autoupdate updates: - [github.com/astral-sh/ruff-pre-commit: v0.11.9 → v0.11.11](https://github.com/astral-sh/ruff-pre-commit/compare/v0.11.9...v0.11.11) - [github.com/tox-dev/pyproject-fmt: v2.5.1 → v2.6.0](https://github.com/tox-dev/pyproject-fmt/compare/v2.5.1...v2.6.0) * updating DIRECTORY.md --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: pre-commit-ci[bot] <pre-commit-ci[bot]@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
a8ad2db2b9
commit
e26c388af0
@@ -16,7 +16,7 @@ repos:
|
||||
- id: auto-walrus
|
||||
|
||||
- repo: https://github.com/astral-sh/ruff-pre-commit
|
||||
rev: v0.11.9
|
||||
rev: v0.11.11
|
||||
hooks:
|
||||
- id: ruff
|
||||
- id: ruff-format
|
||||
@@ -29,7 +29,7 @@ repos:
|
||||
- tomli
|
||||
|
||||
- repo: https://github.com/tox-dev/pyproject-fmt
|
||||
rev: "v2.5.1"
|
||||
rev: "v2.6.0"
|
||||
hooks:
|
||||
- id: pyproject-fmt
|
||||
|
||||
|
||||
@@ -480,6 +480,7 @@
|
||||
* [Bi Directional Dijkstra](graphs/bi_directional_dijkstra.py)
|
||||
* [Bidirectional A Star](graphs/bidirectional_a_star.py)
|
||||
* [Bidirectional Breadth First Search](graphs/bidirectional_breadth_first_search.py)
|
||||
* [Bidirectional Search](graphs/bidirectional_search.py)
|
||||
* [Boruvka](graphs/boruvka.py)
|
||||
* [Breadth First Search](graphs/breadth_first_search.py)
|
||||
* [Breadth First Search 2](graphs/breadth_first_search_2.py)
|
||||
|
||||
Reference in New Issue
Block a user