Skip to content

Commit e07e7e4

Browse files
pre-commit-ci[bot]github-actions
authored andcommitted
[pre-commit.ci] pre-commit autoupdate (TheAlgorithms#8930)
* [pre-commit.ci] pre-commit autoupdate updates: - [github.com/astral-sh/ruff-pre-commit: v0.0.281 → v0.0.282](astral-sh/ruff-pre-commit@v0.0.281...v0.0.282) * 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 5c6f8cb commit e07e7e4

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
@@ -16,7 +16,7 @@ repos:
1616
- id: auto-walrus
1717

1818
- repo: https://github.com/astral-sh/ruff-pre-commit
19-
rev: v0.0.281
19+
rev: v0.0.282
2020
hooks:
2121
- id: ruff
2222

DIRECTORY.md

+1
Original file line numberDiff line numberDiff line change
@@ -585,6 +585,7 @@
585585
* [Hardy Ramanujanalgo](maths/hardy_ramanujanalgo.py)
586586
* [Hexagonal Number](maths/hexagonal_number.py)
587587
* [Integration By Simpson Approx](maths/integration_by_simpson_approx.py)
588+
* [Interquartile Range](maths/interquartile_range.py)
588589
* [Is Int Palindrome](maths/is_int_palindrome.py)
589590
* [Is Ip V4 Address Valid](maths/is_ip_v4_address_valid.py)
590591
* [Is Square Free](maths/is_square_free.py)

0 commit comments

Comments
 (0)