Skip to content

Commit 6f58401

Browse files
[pre-commit.ci] pre-commit autoupdate (#11)
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: S. Co1 <sco1.git@gmail.com>
1 parent 67d0971 commit 6f58401

File tree

3 files changed

+316
-316
lines changed

3 files changed

+316
-316
lines changed

.github/workflows/lint_test.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ jobs:
7878
uv run tox -e ${{ steps.get-pyver.outputs.PYVER }}
7979
8080
- name: Cache coverage for ${{ matrix.python-version }}
81-
uses: actions/upload-artifact@v5
81+
uses: actions/upload-artifact@v6
8282
with:
8383
name: cov_py${{ matrix.python-version }}
8484
path: .coverage
@@ -98,7 +98,7 @@ jobs:
9898
python-version-file: "pyproject.toml"
9999

100100
- name: Pull coverage workflow artifacts
101-
uses: actions/download-artifact@v6
101+
uses: actions/download-artifact@v7
102102
with:
103103
path: cov_cache/
104104

@@ -116,7 +116,7 @@ jobs:
116116
coverage report --format=markdown >> $GITHUB_STEP_SUMMARY
117117
118118
- name: Publish cov HTML
119-
uses: actions/upload-artifact@v5
119+
uses: actions/upload-artifact@v6
120120
with:
121121
path: htmlcov/
122122
name: cov_report_html

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,6 @@ repos:
3636
- id: python-check-blanket-type-ignore
3737
- id: python-use-type-annotations
3838
- repo: https://github.com/astral-sh/ruff-pre-commit
39-
rev: v0.14.8
39+
rev: v0.14.10
4040
hooks:
4141
- id: ruff-check

0 commit comments

Comments
 (0)