We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5c6f8cb commit e07e7e4Copy full SHA for e07e7e4
.pre-commit-config.yaml
@@ -16,7 +16,7 @@ repos:
16
- id: auto-walrus
17
18
- repo: https://github.com/astral-sh/ruff-pre-commit
19
- rev: v0.0.281
+ rev: v0.0.282
20
hooks:
21
- id: ruff
22
DIRECTORY.md
@@ -585,6 +585,7 @@
585
* [Hardy Ramanujanalgo](maths/hardy_ramanujanalgo.py)
586
* [Hexagonal Number](maths/hexagonal_number.py)
587
* [Integration By Simpson Approx](maths/integration_by_simpson_approx.py)
588
+ * [Interquartile Range](maths/interquartile_range.py)
589
* [Is Int Palindrome](maths/is_int_palindrome.py)
590
* [Is Ip V4 Address Valid](maths/is_ip_v4_address_valid.py)
591
* [Is Square Free](maths/is_square_free.py)
0 commit comments