File tree 3 files changed +5
-7
lines changed 3 files changed +5
-7
lines changed Original file line number Diff line number Diff line change 29
29
# 5:47 UTC on Saturdays
30
30
- cron : " 47 5 * * 6"
31
31
workflow_dispatch :
32
- workflow : " *"
33
32
34
33
permissions :
35
34
contents : read
Original file line number Diff line number Diff line change 21
21
# 5:47 UTC on Saturdays
22
22
- cron : " 47 5 * * 6"
23
23
workflow_dispatch :
24
- workflow : " *"
25
24
26
25
env :
27
26
NO_AT_BRIDGE : 1 # Necessary for GTK3 interactive test.
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ exclude: |
14
14
)
15
15
repos :
16
16
- repo : https://github.com/pre-commit/pre-commit-hooks
17
- rev : v4.6 .0
17
+ rev : v5.0 .0
18
18
hooks :
19
19
- id : check-added-large-files
20
20
- id : check-docstring-first
28
28
- id : trailing-whitespace
29
29
exclude_types : [svg]
30
30
- repo : https://github.com/pre-commit/mirrors-mypy
31
- rev : v1.10.1
31
+ rev : v1.11.2
32
32
hooks :
33
33
- id : mypy
34
34
additional_dependencies :
42
42
files : lib/matplotlib # Only run when files in lib/matplotlib are changed.
43
43
pass_filenames : false
44
44
- repo : https://github.com/pycqa/flake8
45
- rev : 7.1.0
45
+ rev : 7.1.1
46
46
hooks :
47
47
- id : flake8
48
48
additional_dependencies :
67
67
name : isort (python)
68
68
files : ^galleries/tutorials/|^galleries/examples/|^galleries/plot_types/
69
69
- repo : https://github.com/rstcheck/rstcheck
70
- rev : v6.2.0
70
+ rev : v6.2.4
71
71
hooks :
72
72
- id : rstcheck
73
73
additional_dependencies :
79
79
- id : yamllint
80
80
args : ["--strict", "--config-file=.yamllint.yml"]
81
81
- repo : https://github.com/python-jsonschema/check-jsonschema
82
- rev : 0.28.6
82
+ rev : 0.29.3
83
83
hooks :
84
84
# TODO: Re-enable this when https://github.com/microsoft/azure-pipelines-vscode/issues/567 is fixed.
85
85
# - id: check-azure-pipelines
You can’t perform that action at this time.
0 commit comments