File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ exclude: |
21
21
)$
22
22
repos :
23
23
- repo : https://github.com/astral-sh/ruff-pre-commit
24
- rev : " v0.0.291 "
24
+ rev : " v0.1.4 "
25
25
hooks :
26
26
- id : ruff
27
27
args : [--fix, --exit-non-zero-on-fix]
35
35
- prettier-plugin-toml
36
36
- prettier-plugin-sort-json
37
37
- repo : https://github.com/pre-commit/pre-commit-hooks.git
38
- rev : v4.4 .0
38
+ rev : v4.5 .0
39
39
hooks :
40
40
- id : end-of-file-fixer
41
41
- id : trailing-whitespace
51
51
- id : debug-statements
52
52
language_version : python3
53
53
- repo : https://github.com/codespell-project/codespell
54
- rev : v2.2.5
54
+ rev : v2.2.6
55
55
hooks :
56
56
- id : codespell
57
57
- repo : https://github.com/adrienverge/yamllint.git
@@ -62,12 +62,12 @@ repos:
62
62
types : [file, yaml]
63
63
entry : yamllint --strict
64
64
- repo : https://github.com/psf/black
65
- rev : 23.9 .1
65
+ rev : 23.10 .1
66
66
hooks :
67
67
- id : black
68
68
language_version : python3
69
69
- repo : https://github.com/pre-commit/mirrors-mypy
70
- rev : v1.5 .1
70
+ rev : v1.6 .1
71
71
hooks :
72
72
- id : mypy
73
73
# empty args needed in order to match mypy cli behavior
84
84
- types-pkg_resources
85
85
- types-jsonschema>=4.4.9
86
86
- repo : https://github.com/pycqa/pylint
87
- rev : v3.0.0b0
87
+ rev : v3.0.1
88
88
hooks :
89
89
- id : pylint
90
90
additional_dependencies :
You can’t perform that action at this time.
0 commit comments