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 16
16
cache-dependency-glob : uv.lock
17
17
- uses : actions/setup-python@v5
18
18
with :
19
- python-version : 3.13
19
+ python-version : 3.x
20
20
allow-prereleases : true
21
21
- run : uv sync --group=test
22
22
- name : Run tests
30
30
--ignore=project_euler/
31
31
--ignore=quantum/q_fourier_transform.py
32
32
--ignore=scripts/validate_solutions.py
33
+ --ignore=web_programming/current_stock_price.py
33
34
--ignore=web_programming/fetch_anime_and_play.py
34
35
--cov-report=term-missing:skip-covered
35
36
--cov=. .
Original file line number Diff line number Diff line change 16
16
- id : auto-walrus
17
17
18
18
- repo : https://github.com/astral-sh/ruff-pre-commit
19
- rev : v0.12.4
19
+ rev : v0.12.5
20
20
hooks :
21
21
- id : ruff-check
22
22
- id : ruff-format
You can’t perform that action at this time.
0 commit comments