File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 30
30
files : \.py$
31
31
32
32
- repo : https://github.com/pre-commit/mirrors-mypy
33
- rev : v0.982
33
+ rev : v0.990
34
34
hooks :
35
35
- id : mypy
36
36
additional_dependencies : [types-requests]
47
47
- id : mdformat
48
48
49
49
- repo : https://github.com/asottile/pyupgrade
50
- rev : v3.2.0
50
+ rev : v3.2.2
51
51
hooks :
52
52
- id : pyupgrade
53
53
args : [--py38-plus]
76
76
stages : [manual]
77
77
78
78
- repo : https://github.com/sirosen/check-jsonschema
79
- rev : 0.18.4
79
+ rev : 0.19.1
80
80
hooks :
81
81
- id : check-jsonschema
82
82
name : " Check GitHub Workflows"
Original file line number Diff line number Diff line change @@ -2292,7 +2292,7 @@ def shutdown_no_activity(self):
2292
2292
if len (km ) != 0 :
2293
2293
return # Kernels still running
2294
2294
2295
- if self .extension_manager .any_activity :
2295
+ if self .extension_manager .any_activity () :
2296
2296
return
2297
2297
2298
2298
seconds_since_active = (utcnow () - self .web_app .last_activity ()).total_seconds ()
You can’t perform that action at this time.
0 commit comments