File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 28
28
- id : trailing-whitespace
29
29
exclude_types : [svg]
30
30
- repo : https://github.com/pre-commit/mirrors-mypy
31
- rev : v1.8 .0
31
+ rev : v1.9 .0
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 : 6.1 .0
45
+ rev : 7.0 .0
46
46
hooks :
47
47
- id : flake8
48
48
additional_dependencies :
@@ -74,12 +74,12 @@ repos:
74
74
- sphinx>=1.8.1
75
75
- tomli
76
76
- repo : https://github.com/adrienverge/yamllint
77
- rev : v1.29.0
77
+ rev : v1.35.1
78
78
hooks :
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.0
82
+ rev : 0.28.1
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