File tree Expand file tree Collapse file tree 2 files changed +4
-5
lines changed
Expand file tree Collapse file tree 2 files changed +4
-5
lines changed Original file line number Diff line number Diff line change 1414 deploy-book :
1515 runs-on : ubuntu-latest
1616 steps :
17- - uses : actions/checkout@v5
17+ - uses : actions/checkout@v6
1818
1919 # Install dependencies
2020 - name : Setup Miniconda
4141 - name : Build the book
4242 shell : bash -l {0}
4343 run : |
44- jupyter contrib nbextension install --user
4544 jupyter nbextension enable --py widgetsnbextension
4645 jupyter-book build .
4746
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ exclude: .*\.rpt$
22
33repos :
44- repo : https://github.com/psf/black-pre-commit-mirror
5- rev : 25.9 .0
5+ rev : 25.12 .0
66 hooks :
77 - id : black-jupyter
88 language_version : python3
@@ -30,13 +30,13 @@ repos:
3030 args : ["--profile", "black", --line-length=125]
3131
3232- repo : https://github.com/asottile/pyupgrade
33- rev : v3.21.0
33+ rev : v3.21.2
3434 hooks :
3535 - id : pyupgrade
3636 args : ["--py36-plus"]
3737
3838- repo : https://github.com/asottile/setup-cfg-fmt
39- rev : v3.1 .0
39+ rev : v3.2 .0
4040 hooks :
4141 - id : setup-cfg-fmt
4242
You can’t perform that action at this time.
0 commit comments