File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed
Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 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
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 --cov-report=term-missing:skip-covered
3536 --cov=. .
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments