Skip to content

Commit 3fede3e

Browse files
authored
Merge branch 'main' into add-dependency
2 parents 912cc8e + 73616e5 commit 3fede3e

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
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
@@ -41,7 +41,6 @@ jobs:
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

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ exclude: .*\.rpt$
22

33
repos:
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

0 commit comments

Comments
 (0)