Skip to content

Commit 5bf199a

Browse files
pre-commit-ci[bot]github-actions
authored andcommitted
[pre-commit.ci] pre-commit autoupdate (TheAlgorithms#8017)
* [pre-commit.ci] pre-commit autoupdate updates: - [github.com/asottile/pyupgrade: v3.2.2 → v3.3.0](asottile/pyupgrade@v3.2.2...v3.3.0) * 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 c4bfcea commit 5bf199a

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.pre-commit-config.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ repos:
2727
- --profile=black
2828

2929
- repo: https://github.com/asottile/pyupgrade
30-
rev: v3.2.2
30+
rev: v3.3.0
3131
hooks:
3232
- id: pyupgrade
3333
args:

DIRECTORY.md

+1
Original file line numberDiff line numberDiff line change
@@ -563,6 +563,7 @@
563563
* [Greedy Coin Change](maths/greedy_coin_change.py)
564564
* [Hamming Numbers](maths/hamming_numbers.py)
565565
* [Hardy Ramanujanalgo](maths/hardy_ramanujanalgo.py)
566+
* [Hexagonal Number](maths/hexagonal_number.py)
566567
* [Integration By Simpson Approx](maths/integration_by_simpson_approx.py)
567568
* [Is Ip V4 Address Valid](maths/is_ip_v4_address_valid.py)
568569
* [Is Square Free](maths/is_square_free.py)

0 commit comments

Comments
 (0)