File tree Expand file tree Collapse file tree 3 files changed +14
-6
lines changed Expand file tree Collapse file tree 3 files changed +14
-6
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,15 @@ updates:
4
4
directory : " /"
5
5
schedule :
6
6
interval : " weekly"
7
+ groups :
8
+ actions :
9
+ patterns :
10
+ - " *"
7
11
- package-ecosystem : " pip"
8
12
directory : " /"
9
13
schedule :
10
14
interval : " weekly"
15
+ groups :
16
+ actions :
17
+ patterns :
18
+ - " *"
Original file line number Diff line number Diff line change 21
21
- id : trailing-whitespace
22
22
23
23
- repo : https://github.com/python-jsonschema/check-jsonschema
24
- rev : 0.27.2
24
+ rev : 0.27.3
25
25
hooks :
26
26
- id : check-github-workflows
27
27
@@ -31,13 +31,13 @@ repos:
31
31
- id : mdformat
32
32
33
33
- repo : https://github.com/pre-commit/mirrors-prettier
34
- rev : " v3 .0.3 "
34
+ rev : " v4 .0.0-alpha.8 "
35
35
hooks :
36
36
- id : prettier
37
37
types_or : [yaml, html, json]
38
38
39
39
- repo : https://github.com/pre-commit/mirrors-mypy
40
- rev : " v1.7.1 "
40
+ rev : " v1.8.0 "
41
41
hooks :
42
42
- id : mypy
43
43
files : jupyter_client
66
66
- id : rst-inline-touching-normal
67
67
68
68
- repo : https://github.com/astral-sh/ruff-pre-commit
69
- rev : v0.1.6
69
+ rev : v0.1.9
70
70
hooks :
71
71
- id : ruff
72
72
types_or : [python, jupyter]
75
75
types_or : [python, jupyter]
76
76
77
77
- repo : https://github.com/scientific-python/cookie
78
- rev : " 2023.11.17 "
78
+ rev : " 2023.12.21 "
79
79
hooks :
80
80
- id : sp-repo-review
81
81
additional_dependencies : ["repo-review[cli]"]
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ def test_kernelspec_sub_apps(jp_kernel_dir):
18
18
prefix = os .path .dirname (os .environ ["JUPYTER_DATA_DIR" ])
19
19
kernel_dir = os .path .join (prefix , "share/jupyter/kernels" )
20
20
app .kernel_spec_manager .kernel_dirs .append (kernel_dir )
21
- app .prefix = prefix = prefix
21
+ app .prefix = prefix
22
22
app .initialize ([str (jp_kernel_dir )])
23
23
with warnings .catch_warnings ():
24
24
warnings .simplefilter ("ignore" )
You can’t perform that action at this time.
0 commit comments