Skip to content

Commit ce43a8a

Browse files
pre-commit-ci[bot]github-actions
and
github-actions
authored
[pre-commit.ci] pre-commit autoupdate (#8759)
* [pre-commit.ci] pre-commit autoupdate updates: - [github.com/charliermarsh/ruff-pre-commit: v0.0.267 → v0.0.269](astral-sh/ruff-pre-commit@v0.0.267...v0.0.269) - [github.com/abravalheri/validate-pyproject: v0.12.2 → v0.13](abravalheri/validate-pyproject@v0.12.2...v0.13) * 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 edc17b6 commit ce43a8a

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.pre-commit-config.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ repos:
1616
- id: auto-walrus
1717

1818
- repo: https://github.com/charliermarsh/ruff-pre-commit
19-
rev: v0.0.267
19+
rev: v0.0.269
2020
hooks:
2121
- id: ruff
2222

@@ -46,7 +46,7 @@ repos:
4646
pass_filenames: false
4747

4848
- repo: https://github.com/abravalheri/validate-pyproject
49-
rev: v0.12.2
49+
rev: v0.13
5050
hooks:
5151
- id: validate-pyproject
5252

DIRECTORY.md

+1
Original file line numberDiff line numberDiff line change
@@ -577,6 +577,7 @@
577577
* [Hexagonal Number](maths/hexagonal_number.py)
578578
* [Integration By Simpson Approx](maths/integration_by_simpson_approx.py)
579579
* [Is Ip V4 Address Valid](maths/is_ip_v4_address_valid.py)
580+
* [Is Palindrome](maths/is_palindrome.py)
580581
* [Is Square Free](maths/is_square_free.py)
581582
* [Jaccard Similarity](maths/jaccard_similarity.py)
582583
* [Juggler Sequence](maths/juggler_sequence.py)

0 commit comments

Comments
 (0)