Skip to content

Commit d141fa8

Browse files
pre-commit-ci[bot]github-actions
and
github-actions
authored
[pre-commit.ci] pre-commit autoupdate (#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 5654c62 commit d141fa8

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
@@ -561,6 +561,7 @@
561561
* [Greedy Coin Change](maths/greedy_coin_change.py)
562562
* [Hamming Numbers](maths/hamming_numbers.py)
563563
* [Hardy Ramanujanalgo](maths/hardy_ramanujanalgo.py)
564+
* [Hexagonal Number](maths/hexagonal_number.py)
564565
* [Integration By Simpson Approx](maths/integration_by_simpson_approx.py)
565566
* [Is Ip V4 Address Valid](maths/is_ip_v4_address_valid.py)
566567
* [Is Square Free](maths/is_square_free.py)

0 commit comments

Comments
 (0)