[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](https://github.com/astral-sh/ruff-pre-commit/compare/v0.12.4...v0.12.5) - [github.com/pre-commit/mirrors-mypy: v1.15.0 → v1.17.0](https://github.com/pre-commit/mirrors-mypy/compare/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 <cclauss@me.com>
This commit is contained in:
committed by
GitHub
parent
6e1a104877
commit
7a0fee401d
3
.github/workflows/build.yml
vendored
3
.github/workflows/build.yml
vendored
@@ -16,7 +16,7 @@ jobs:
|
||||
cache-dependency-glob: uv.lock
|
||||
- uses: actions/setup-python@v5
|
||||
with:
|
||||
python-version: 3.13
|
||||
python-version: 3.x
|
||||
allow-prereleases: true
|
||||
- run: uv sync --group=test
|
||||
- name: Run tests
|
||||
@@ -30,6 +30,7 @@ jobs:
|
||||
--ignore=project_euler/
|
||||
--ignore=quantum/q_fourier_transform.py
|
||||
--ignore=scripts/validate_solutions.py
|
||||
--ignore=web_programming/current_stock_price.py
|
||||
--ignore=web_programming/fetch_anime_and_play.py
|
||||
--cov-report=term-missing:skip-covered
|
||||
--cov=. .
|
||||
|
||||
@@ -16,7 +16,7 @@ repos:
|
||||
- id: auto-walrus
|
||||
|
||||
- repo: https://github.com/astral-sh/ruff-pre-commit
|
||||
rev: v0.12.4
|
||||
rev: v0.12.5
|
||||
hooks:
|
||||
- id: ruff-check
|
||||
- id: ruff-format
|
||||
|
||||
Reference in New Issue
Block a user