Skip to content

Commit 7a0fee4

Browse files
[pre-commit.ci] pre-commit autoupdate (#12864)
* [pre-commit.ci] pre-commit autoupdate updates: - [github.com/astral-sh/ruff-pre-commit: v0.12.4 → v0.12.5](astral-sh/ruff-pre-commit@v0.12.4...v0.12.5) - [github.com/pre-commit/mirrors-mypy: v1.15.0 → v1.17.0](pre-commit/mirrors-mypy@v1.15.0...v1.17.0) * Apply suggestion from @cclauss * --ignore=web_programming/current_stock_price.py --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Christian Clauss <[email protected]>
1 parent 6e1a104 commit 7a0fee4

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
--cov-report=term-missing:skip-covered
3536
--cov=. .

.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)