File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1313 - uses : actions/checkout@v6
1414 - uses : pandoc/actions/setup@v1
1515 - uses : ts-graphviz/setup-graphviz@v2
16- - uses : actions/setup-python@v5
16+ - uses : actions/setup-python@v6
1717 with :
1818 # Keep in sync with .readthedocs.yaml
1919 python-version-file : .python-version
Original file line number Diff line number Diff line change 1010 runs-on : ubuntu-latest
1111 steps :
1212 - uses : actions/checkout@v6
13- - uses : actions/setup-python@v5
14- - uses : actions/cache@v4
13+ - uses : actions/setup-python@v6
14+ - uses : actions/cache@v5
1515 with :
1616 path : ~/.cache/pre-commit
1717 key : pre-commit|${{ env.pythonLocation }}|${{ hashFiles('.pre-commit-config.yaml') }}
Original file line number Diff line number Diff line change 2626 hooks :
2727 - id : validate-pyproject
2828 - repo : https://github.com/sphinx-contrib/sphinx-lint
29- rev : v1.0.1
29+ rev : v1.0.2
3030 hooks :
3131 - id : sphinx-lint
3232 types : [rst]
3838 entry : isort --profile=black
3939 name : isort (python)
4040 - repo : https://github.com/psf/black
41- rev : 25.11 .0
41+ rev : 25.12 .0
4242 hooks :
4343 - id : black
4444 - repo : https://github.com/adamchainz/blacken-docs
You can’t perform that action at this time.
0 commit comments