We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5654c62 commit d141fa8Copy full SHA for d141fa8
.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
@@ -561,6 +561,7 @@
561
* [Greedy Coin Change](maths/greedy_coin_change.py)
562
* [Hamming Numbers](maths/hamming_numbers.py)
563
* [Hardy Ramanujanalgo](maths/hardy_ramanujanalgo.py)
564
+ * [Hexagonal Number](maths/hexagonal_number.py)
565
* [Integration By Simpson Approx](maths/integration_by_simpson_approx.py)
566
* [Is Ip V4 Address Valid](maths/is_ip_v4_address_valid.py)
567
* [Is Square Free](maths/is_square_free.py)
0 commit comments