Skip to content

Commit 693c657

Browse files
authored
Merge branch 'main' into HGQ
2 parents eade39f + 7873349 commit 693c657

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
jupyter-book build .
4747
4848
- name: GitHub Pages action
49-
uses: peaceiris/actions-gh-pages@v3.9.3
49+
uses: peaceiris/actions-gh-pages@v4.0.0
5050
if: ${{ github.event_name != 'pull_request' }}
5151
with:
5252
github_token: ${{ secrets.GITHUB_TOKEN }}

.pre-commit-config.yaml

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

33
repos:
44
- repo: https://github.com/psf/black
5-
rev: 23.11.0
5+
rev: 24.8.0
66
hooks:
77
- id: black-jupyter
88
language_version: python3
99
args: ['--line-length=125',
1010
'--skip-string-normalization']
1111

1212
- repo: https://github.com/pre-commit/pre-commit-hooks
13-
rev: v4.5.0
13+
rev: v4.6.0
1414
hooks:
1515
- id: check-added-large-files
1616
- id: check-case-conflict
@@ -24,13 +24,13 @@ repos:
2424
- id: trailing-whitespace
2525

2626
- repo: https://github.com/PyCQA/isort
27-
rev: 5.13.0
27+
rev: 5.13.2
2828
hooks:
2929
- id: isort
3030
args: ["--profile", "black", --line-length=125]
3131

3232
- repo: https://github.com/asottile/pyupgrade
33-
rev: v3.15.0
33+
rev: v3.17.0
3434
hooks:
3535
- id: pyupgrade
3636
args: ["--py36-plus"]
@@ -41,7 +41,7 @@ repos:
4141
- id: setup-cfg-fmt
4242

4343
- repo: https://github.com/pycqa/flake8
44-
rev: 6.1.0
44+
rev: 7.1.1
4545
hooks:
4646
- id: flake8
4747
exclude: docs/conf.py

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
There are several ways to run the tutorial notebooks:
1212
## Online
13-
[![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/fastmachinelearning/hls4ml-tutorial)
13+
[![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/fastmachinelearning/hls4ml-tutorial/HEAD)
1414

1515
## Conda
1616
The Python environment used for the tutorials is specified in the `environment.yml` file.

0 commit comments

Comments
 (0)