File tree Expand file tree Collapse file tree 3 files changed +7
-7
lines changed
Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 1313 runs-on : ubuntu-latest
1414
1515 steps :
16- - uses : actions/checkout@v4
16+ - uses : actions/checkout@v5
1717 - uses : actions/setup-python@v5
1818 with :
1919 python-version : " 3.x"
Original file line number Diff line number Diff line change 1515 os : [ubuntu-latest]
1616
1717 steps :
18- - uses : actions/checkout@v4
18+ - uses : actions/checkout@v5
1919
2020 - name : Set up Python ${{ matrix.python-version }}
2121 uses : actions/setup-python@v5
3434 tox -e py
3535
3636 - name : Upload coverage
37- uses : codecov/codecov-action@v5.1.2
37+ uses : codecov/codecov-action@v5.5.0
3838 with :
3939 flags : ${{ matrix.os }}
4040 name : ${{ matrix.os }} Python ${{ matrix.python-version }}
Original file line number Diff line number Diff line change 11repos :
22 - repo : https://github.com/astral-sh/ruff-pre-commit
3- rev : v0.12.2
3+ rev : v0.12.10
44 hooks :
5- - id : ruff
5+ - id : ruff-check
66 args : [--exit-non-zero-on-fix]
77
88 - repo : https://github.com/psf/black-pre-commit-mirror
1212 args : [--target-version=py311]
1313
1414 - repo : https://github.com/pre-commit/pre-commit-hooks
15- rev : v5 .0.0
15+ rev : v6 .0.0
1616 hooks :
1717 - id : check-case-conflict
1818 - id : check-executables-have-shebangs
3535 - id : validate-pyproject
3636
3737 - repo : https://github.com/tox-dev/tox-ini-fmt
38- rev : 1.5 .0
38+ rev : 1.6 .0
3939 hooks :
4040 - id : tox-ini-fmt
4141
You can’t perform that action at this time.
0 commit comments