@@ -14,7 +14,7 @@ exclude: |
14
14
)
15
15
repos :
16
16
-repo :https://github.com/pre-commit/pre-commit-hooks
17
- rev :v4.5 .0
17
+ rev :v4.6 .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.9.0
31
+ rev :v1.10.1
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.0 .0
45
+ rev :7.1 .0
46
46
hooks :
47
47
-id :flake8
48
48
additional_dependencies :
51
51
-flake8-force
52
52
args :["--docstring-convention=all"]
53
53
-repo :https://github.com/codespell-project/codespell
54
- rev :v2.2.6
54
+ rev :v2.3.0
55
55
hooks :
56
56
-id :codespell
57
57
files :^.*\.(py|c|cpp|h|m|md|rst|yml)$
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.4
82
+ rev :0.28.6
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