We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b0a9ed2 + 6cc8355 commit 3202ed0Copy full SHA for 3202ed0
.github/workflows/ci.yml
@@ -54,7 +54,7 @@ jobs:
54
run: uv run --no-dev --group test_thirdparty coverage run -p -m pytest -v
55
56
- name: Upload coverage
57
- uses: actions/upload-artifact@v4
+ uses: actions/upload-artifact@v5
58
with:
59
name: covreport-${{ matrix.platform }}-py${{ matrix.python-version }}
60
path: ./.coverage*
.pre-commit-config.yaml
@@ -15,7 +15,7 @@ repos:
15
args: [--autofix]
16
17
- repo: https://github.com/astral-sh/ruff-pre-commit
18
- rev: v0.12.11
+ rev: v0.14.3
19
hooks:
20
- id: ruff
21
args: [--fix, --unsafe-fixes]
@@ -29,7 +29,7 @@ repos:
29
- id: validate-pyproject
30
31
- repo: https://github.com/pre-commit/mirrors-mypy
32
- rev: v1.17.1
+ rev: v1.18.2
33
34
- id: mypy
35
files: "^src/"
0 commit comments