File tree Expand file tree Collapse file tree 4 files changed +328
-245
lines changed
Expand file tree Collapse file tree 4 files changed +328
-245
lines changed Original file line number Diff line number Diff line change 1313 runs-on : ubuntu-latest
1414
1515 steps :
16- - uses : actions/checkout@v5
16+ - uses : actions/checkout@v6
1717
1818 - name : Set up Python
1919 uses : actions/setup-python@v6
4242 fail-fast : false
4343
4444 steps :
45- - uses : actions/checkout@v5
45+ - uses : actions/checkout@v6
4646
4747 - name : Get Non-Hyphenated Python Version
4848 id : get-pyver
7878 uv run tox -e ${{ steps.get-pyver.outputs.PYVER }}
7979
8080 - name : Cache coverage for ${{ matrix.python-version }}
81- uses : actions/upload-artifact@v4
81+ uses : actions/upload-artifact@v6
8282 with :
8383 name : cov_py${{ matrix.python-version }}
8484 path : .coverage
@@ -90,15 +90,15 @@ jobs:
9090 needs : test
9191
9292 steps :
93- - uses : actions/checkout@v5
93+ - uses : actions/checkout@v6
9494
9595 - name : Set up Python
9696 uses : actions/setup-python@v6
9797 with :
9898 python-version-file : " pyproject.toml"
9999
100100 - name : Pull coverage workflow artifacts
101- uses : actions/download-artifact@v5
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@v4
119+ uses : actions/upload-artifact@v6
120120 with :
121121 path : htmlcov/
122122 name : cov_report_html
Original file line number Diff line number Diff line change 1616 id-token : write
1717
1818 steps :
19- - uses : actions/checkout@v5
19+ - uses : actions/checkout@v6
2020
2121 - name : Install uv
2222 uses : astral-sh/setup-uv@v7
Original file line number Diff line number Diff line change 44
55repos :
66 - repo : https://github.com/psf/black-pre-commit-mirror
7- rev : 25.9 .0
7+ rev : 25.12 .0
88 hooks :
99 - id : black
1010 - repo : https://github.com/pycqa/isort
11- rev : 6.1 .0
11+ rev : 7.0 .0
1212 hooks :
1313 - id : isort
1414 name : isort
2727 - id : python-check-blanket-type-ignore
2828 exclude : " test_type_ignore.py"
2929 - repo : https://github.com/astral-sh/ruff-pre-commit
30- rev : v0.14.0
30+ rev : v0.14.10
3131 hooks :
3232 - id : ruff-check
3333 - repo : local
You can’t perform that action at this time.
0 commit comments