Skip to content

Commit dfd1dac

Browse files
pre-commit-ci[bot]github-actions
authored andcommitted
[pre-commit.ci] pre-commit autoupdate (TheAlgorithms#11195)
* [pre-commit.ci] pre-commit autoupdate updates: - [github.com/tox-dev/pyproject-fmt: 1.5.1 → 1.5.3](tox-dev/pyproject-fmt@1.5.1...1.5.3) * updating DIRECTORY.md --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: github-actions <${GITHUB_ACTOR}@users.noreply.github.com>
1 parent ba523da commit dfd1dac

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

Diff for: .pre-commit-config.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ repos:
3333
- tomli
3434

3535
- repo: https://github.com/tox-dev/pyproject-fmt
36-
rev: "1.5.1"
36+
rev: "1.5.3"
3737
hooks:
3838
- id: pyproject-fmt
3939

Diff for: DIRECTORY.md

+1
Original file line numberDiff line numberDiff line change
@@ -507,6 +507,7 @@
507507
* [Minimum Coin Change](greedy_methods/minimum_coin_change.py)
508508
* [Minimum Waiting Time](greedy_methods/minimum_waiting_time.py)
509509
* [Optimal Merge Pattern](greedy_methods/optimal_merge_pattern.py)
510+
* [Smallest Range](greedy_methods/smallest_range.py)
510511

511512
## Hashes
512513
* [Adler32](hashes/adler32.py)

0 commit comments

Comments
 (0)