File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1010 name : Build docs and check links
1111 runs-on : ubuntu-latest
1212 steps :
13- - uses : actions/checkout@v4
13+ - uses : actions/checkout@v5
1414 - uses : pandoc/actions/setup@v1
1515 - uses : ts-graphviz/setup-graphviz@v2
1616 - uses : actions/setup-python@v5
Original file line number Diff line number Diff line change 99 pre-commit :
1010 runs-on : ubuntu-latest
1111 steps :
12- - uses : actions/checkout@v4
12+ - uses : actions/checkout@v5
1313 - uses : actions/setup-python@v5
1414 - uses : actions/cache@v4
1515 with :
Original file line number Diff line number Diff line change 66
77repos :
88 - repo : https://github.com/pre-commit/pre-commit-hooks
9- rev : v5 .0.0
9+ rev : v6 .0.0
1010 hooks :
1111 - id : trailing-whitespace
1212 - id : end-of-file-fixer
@@ -24,18 +24,18 @@ repos:
2424 - id : sphinx-lint
2525 types : [rst]
2626 - repo : https://github.com/pycqa/isort
27- rev : 6.0.1
27+ rev : 6.1.0
2828 hooks :
2929 - id : isort
3030 additional_dependencies : ["toml"]
3131 entry : isort --profile=black
3232 name : isort (python)
3333 - repo : https://github.com/psf/black
34- rev : 25.1 .0
34+ rev : 25.9 .0
3535 hooks :
3636 - id : black
3737 - repo : https://github.com/adamchainz/blacken-docs
38- rev : " 1.19.1 "
38+ rev : " 1.20.0 "
3939 hooks :
4040 - id : blacken-docs
4141 args : [--line-length=79]
You can’t perform that action at this time.
0 commit comments