File tree Expand file tree Collapse file tree 3 files changed +5
-3
lines changed Expand file tree Collapse file tree 3 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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
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
Original file line number Diff line number Diff line change @@ -6,6 +6,7 @@ authors = [ { name = "TheAlgorithms Contributors" } ]
66requires-python = " >=3.14"
77classifiers = [
88 " Programming Language :: Python :: 3 :: Only" ,
9+ " Programming Language :: Python :: 3.14" ,
910]
1011dependencies = [
1112 " beautifulsoup4>=4.12.3" ,
You can’t perform that action at this time.
0 commit comments