Skip to content

Commit 76c11d1

Browse files
authored
Merge branch 'master' into add-usage-example-readme
2 parents 674aa33 + ae68a78 commit 76c11d1

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,8 @@ jobs:
2222
- run: uv sync --group=test
2323
- name: Run tests
2424
# TODO: #8818 Re-enable quantum tests
25-
run: uv run pytest
25+
run: uv run --with=pytest-run-parallel pytest
26+
--iterations=8 --parallel-threads=auto
2627
--ignore=computer_vision/cnn_classification.py
2728
--ignore=docs/conf.py
2829
--ignore=dynamic_programming/k_means_clustering_tensorflow.py

.pre-commit-config.yaml

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

2121
- repo: https://github.com/astral-sh/ruff-pre-commit
22-
rev: v0.13.3
22+
rev: v0.14.3
2323
hooks:
2424
- id: ruff-check
2525
- id: ruff-format
@@ -32,7 +32,7 @@ repos:
3232
- tomli
3333

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

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ authors = [ { name = "TheAlgorithms Contributors" } ]
66
requires-python = ">=3.14"
77
classifiers = [
88
"Programming Language :: Python :: 3 :: Only",
9+
"Programming Language :: Python :: 3.14",
910
]
1011
dependencies = [
1112
"beautifulsoup4>=4.12.3",

0 commit comments

Comments
 (0)