File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1414 name : Build docs and check links
1515 runs-on : ubuntu-latest
1616 steps :
17- - uses : actions/checkout@v4
17+ - uses : actions/checkout@v5
1818 - uses : pandoc/actions/setup@v1
1919 - uses : ts-graphviz/setup-graphviz@v2
2020 - uses : actions/setup-python@v5
Original file line number Diff line number Diff line change 1818 github.event.pull_request.head.repo.full_name != github.repository
1919 runs-on : ubuntu-latest
2020 steps :
21- - uses : actions/checkout@v4
21+ - uses : actions/checkout@v5
2222 - uses : actions/setup-python@v5
2323 - uses : actions/cache@v4
2424 with :
Original file line number Diff line number Diff line change 1010
1111repos :
1212 - repo : https://github.com/pre-commit/pre-commit-hooks
13- rev : v5 .0.0
13+ rev : v6 .0.0
1414 hooks :
1515 - id : trailing-whitespace
1616 - id : end-of-file-fixer
@@ -27,14 +27,14 @@ repos:
2727 - id : sphinx-lint
2828 types : [rst]
2929 - repo : https://github.com/pycqa/isort
30- rev : 6 .0.1
30+ rev : 7 .0.0
3131 hooks :
3232 - id : isort
3333 additional_dependencies : ["toml"]
3434 entry : isort --profile=black
3535 name : isort (python)
3636 - repo : https://github.com/psf/black
37- rev : 25.1 .0
37+ rev : 25.9 .0
3838 hooks :
3939 - id : black
4040 - repo : https://github.com/tonybaloney/perflint
4343 - id : perflint
4444 exclude : ^docs/
4545 - repo : https://github.com/adamchainz/blacken-docs
46- rev : " 1.19.1 "
46+ rev : " 1.20.0 "
4747 hooks :
4848 - id : blacken-docs
4949 args : [--line-length=79]
You can’t perform that action at this time.
0 commit comments