Skip to content

Commit 02680c9

Browse files
[pre-commit.ci] pre-commit autoupdate (#14513)
* [pre-commit.ci] pre-commit autoupdate updates: - [github.com/astral-sh/ruff-pre-commit: v0.15.4 → v0.15.9](astral-sh/ruff-pre-commit@v0.15.4...v0.15.9) - [github.com/codespell-project/codespell: v2.4.1 → v2.4.2](codespell-project/codespell@v2.4.1...v2.4.2) - [github.com/tox-dev/pyproject-fmt: v2.16.2 → v2.21.0](tox-dev/pyproject-fmt@v2.16.2...v2.21.0) * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Maxim Smolskiy <mithridatus@mail.ru>
1 parent 754dac4 commit 02680c9

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,20 +19,20 @@ repos:
1919
- id: auto-walrus
2020

2121
- repo: https://github.com/astral-sh/ruff-pre-commit
22-
rev: v0.15.4
22+
rev: v0.15.9
2323
hooks:
2424
- id: ruff-check
2525
- id: ruff-format
2626

2727
- repo: https://github.com/codespell-project/codespell
28-
rev: v2.4.1
28+
rev: v2.4.2
2929
hooks:
3030
- id: codespell
3131
additional_dependencies:
3232
- tomli
3333

3434
- repo: https://github.com/tox-dev/pyproject-fmt
35-
rev: v2.16.2
35+
rev: v2.21.0
3636
hooks:
3737
- id: pyproject-fmt
3838

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -165,6 +165,9 @@ skip = """\
165165
nary.txt,strings/words.txt\
166166
"""
167167

168+
[tool.mypy]
169+
python_version = "3.14"
170+
168171
[tool.pytest]
169172
ini_options.markers = [
170173
"mat_ops: mark a test as utilizing matrix operations.",
@@ -182,9 +185,6 @@ report.omit = [
182185
]
183186
report.sort = "Cover"
184187

185-
[tool.mypy]
186-
python_version = "3.14"
187-
188188
[tool.sphinx-pyproject]
189189
copyright = "2014, TheAlgorithms"
190190
autoapi_dirs = [

0 commit comments

Comments
 (0)