Skip to content

Commit e26c388

Browse files
[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](astral-sh/ruff-pre-commit@v0.11.9...v0.11.11) - [github.com/tox-dev/pyproject-fmt: v2.5.1 → v2.6.0](tox-dev/pyproject-fmt@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>
1 parent a8ad2db commit e26c388

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ repos:
1616
- id: auto-walrus
1717

1818
- repo: https://github.com/astral-sh/ruff-pre-commit
19-
rev: v0.11.9
19+
rev: v0.11.11
2020
hooks:
2121
- id: ruff
2222
- id: ruff-format
@@ -29,7 +29,7 @@ repos:
2929
- tomli
3030

3131
- repo: https://github.com/tox-dev/pyproject-fmt
32-
rev: "v2.5.1"
32+
rev: "v2.6.0"
3333
hooks:
3434
- id: pyproject-fmt
3535

DIRECTORY.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -480,6 +480,7 @@
480480
* [Bi Directional Dijkstra](graphs/bi_directional_dijkstra.py)
481481
* [Bidirectional A Star](graphs/bidirectional_a_star.py)
482482
* [Bidirectional Breadth First Search](graphs/bidirectional_breadth_first_search.py)
483+
* [Bidirectional Search](graphs/bidirectional_search.py)
483484
* [Boruvka](graphs/boruvka.py)
484485
* [Breadth First Search](graphs/breadth_first_search.py)
485486
* [Breadth First Search 2](graphs/breadth_first_search_2.py)

0 commit comments

Comments
 (0)