[pre-commit.ci] pre-commit autoupdate (#14238)

* [pre-commit.ci] pre-commit autoupdate

updates:
- [github.com/MarcoGorelli/auto-walrus: 0.3.4 → 0.4.1](https://github.com/MarcoGorelli/auto-walrus/compare/0.3.4...0.4.1)
- [github.com/astral-sh/ruff-pre-commit: v0.14.10 → v0.14.14](https://github.com/astral-sh/ruff-pre-commit/compare/v0.14.10...v0.14.14)
- [github.com/tox-dev/pyproject-fmt: v2.11.1 → v2.12.1](https://github.com/tox-dev/pyproject-fmt/compare/v2.11.1...v2.12.1)

* updating DIRECTORY.md

---------

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Co-authored-by: pre-commit-ci[bot] <pre-commit-ci[bot]@users.noreply.github.com>
This commit is contained in:
pre-commit-ci[bot]
2026-02-02 19:20:07 +01:00
committed by GitHub
parent 8106aea67f
commit 678dedbbf9
2 changed files with 4 additions and 3 deletions

View File

@@ -14,12 +14,12 @@ repos:
- id: requirements-txt-fixer - id: requirements-txt-fixer
- repo: https://github.com/MarcoGorelli/auto-walrus - repo: https://github.com/MarcoGorelli/auto-walrus
rev: 0.3.4 rev: 0.4.1
hooks: hooks:
- id: auto-walrus - id: auto-walrus
- repo: https://github.com/astral-sh/ruff-pre-commit - repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.14.10 rev: v0.14.14
hooks: hooks:
- id: ruff-check - id: ruff-check
- id: ruff-format - id: ruff-format
@@ -32,7 +32,7 @@ repos:
- tomli - tomli
- repo: https://github.com/tox-dev/pyproject-fmt - repo: https://github.com/tox-dev/pyproject-fmt
rev: v2.11.1 rev: v2.12.1
hooks: hooks:
- id: pyproject-fmt - id: pyproject-fmt

View File

@@ -881,6 +881,7 @@
* [Quine](other/quine.py) * [Quine](other/quine.py)
* [Scoring Algorithm](other/scoring_algorithm.py) * [Scoring Algorithm](other/scoring_algorithm.py)
* [Sdes](other/sdes.py) * [Sdes](other/sdes.py)
* [Sliding Window Maximum](other/sliding_window_maximum.py)
* [Tower Of Hanoi](other/tower_of_hanoi.py) * [Tower Of Hanoi](other/tower_of_hanoi.py)
* [Word Search](other/word_search.py) * [Word Search](other/word_search.py)