File tree Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 46
46
jupyter-book build .
47
47
48
48
- name : GitHub Pages action
49
- uses : peaceiris/actions-gh-pages@v3.9.3
49
+ uses : peaceiris/actions-gh-pages@v4.0.0
50
50
if : ${{ github.event_name != 'pull_request' }}
51
51
with :
52
52
github_token : ${{ secrets.GITHUB_TOKEN }}
Original file line number Diff line number Diff line change @@ -2,15 +2,15 @@ exclude: .*\.rpt$
2
2
3
3
repos :
4
4
- repo : https://github.com/psf/black
5
- rev : 23.11 .0
5
+ rev : 24.8 .0
6
6
hooks :
7
7
- id : black-jupyter
8
8
language_version : python3
9
9
args : ['--line-length=125',
10
10
' --skip-string-normalization' ]
11
11
12
12
- repo : https://github.com/pre-commit/pre-commit-hooks
13
- rev : v4.5 .0
13
+ rev : v4.6 .0
14
14
hooks :
15
15
- id : check-added-large-files
16
16
- id : check-case-conflict
@@ -24,13 +24,13 @@ repos:
24
24
- id : trailing-whitespace
25
25
26
26
- repo : https://github.com/PyCQA/isort
27
- rev : 5.13.0
27
+ rev : 5.13.2
28
28
hooks :
29
29
- id : isort
30
30
args : ["--profile", "black", --line-length=125]
31
31
32
32
- repo : https://github.com/asottile/pyupgrade
33
- rev : v3.15 .0
33
+ rev : v3.17 .0
34
34
hooks :
35
35
- id : pyupgrade
36
36
args : ["--py36-plus"]
41
41
- id : setup-cfg-fmt
42
42
43
43
- repo : https://github.com/pycqa/flake8
44
- rev : 6 .1.0
44
+ rev : 7 .1.1
45
45
hooks :
46
46
- id : flake8
47
47
exclude : docs/conf.py
Original file line number Diff line number Diff line change 10
10
11
11
There are several ways to run the tutorial notebooks:
12
12
## 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 )
14
14
15
15
## Conda
16
16
The Python environment used for the tutorials is specified in the ` environment.yml ` file.
You can’t perform that action at this time.
0 commit comments