Skip to content

Commit a7feed6

Browse files
committed
Merge branch 'master' into use-deque-in-BFS-shortest-path
2 parents 3fe2cdd + 7a0fee4 commit a7feed6

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
cache-dependency-glob: uv.lock
1717
- uses: actions/setup-python@v5
1818
with:
19-
python-version: 3.13
19+
python-version: 3.x
2020
allow-prereleases: true
2121
- run: uv sync --group=test
2222
- name: Run tests
@@ -30,6 +30,7 @@ jobs:
3030
--ignore=project_euler/
3131
--ignore=quantum/q_fourier_transform.py
3232
--ignore=scripts/validate_solutions.py
33+
--ignore=web_programming/current_stock_price.py
3334
--ignore=web_programming/fetch_anime_and_play.py
3435
--ignore=web_programming/current_stock_price.py
3536
--cov-report=term-missing:skip-covered

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ repos:
1616
- id: auto-walrus
1717

1818
- repo: https://github.com/astral-sh/ruff-pre-commit
19-
rev: v0.12.4
19+
rev: v0.12.5
2020
hooks:
2121
- id: ruff-check
2222
- id: ruff-format

0 commit comments

Comments
 (0)