We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c4bfcea commit 5bf199aCopy full SHA for 5bf199a
.pre-commit-config.yaml
@@ -27,7 +27,7 @@ repos:
27
- --profile=black
28
29
- repo: https://github.com/asottile/pyupgrade
30
- rev: v3.2.2
+ rev: v3.3.0
31
hooks:
32
- id: pyupgrade
33
args:
DIRECTORY.md
@@ -563,6 +563,7 @@
563
* [Greedy Coin Change](maths/greedy_coin_change.py)
564
* [Hamming Numbers](maths/hamming_numbers.py)
565
* [Hardy Ramanujanalgo](maths/hardy_ramanujanalgo.py)
566
+ * [Hexagonal Number](maths/hexagonal_number.py)
567
* [Integration By Simpson Approx](maths/integration_by_simpson_approx.py)
568
* [Is Ip V4 Address Valid](maths/is_ip_v4_address_valid.py)
569
* [Is Square Free](maths/is_square_free.py)
0 commit comments