This repository was archived by the owner on Jun 18, 2024. It is now read-only.
File tree 1 file changed +8
-8
lines changed
1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -36,14 +36,14 @@ repos:
36
36
- prettier-plugin-toml
37
37
- prettier-plugin-sort-json
38
38
- repo : https://github.com/streetsidesoftware/cspell-cli
39
- rev : v8.3 .0
39
+ rev : v8.8 .0
40
40
hooks :
41
41
- id : cspell
42
42
# entry: codespell --relative
43
43
args : [--relative, --no-progress, --no-summary]
44
44
name : Spell check with cspell
45
45
- repo : https://github.com/pre-commit/pre-commit-hooks.git
46
- rev : v4.5 .0
46
+ rev : v4.6 .0
47
47
hooks :
48
48
- id : end-of-file-fixer
49
49
- id : trailing-whitespace
@@ -54,24 +54,24 @@ repos:
54
54
- id : debug-statements
55
55
language_version : python3
56
56
- repo : https://github.com/adrienverge/yamllint.git
57
- rev : v1.33.0
57
+ rev : v1.35.1
58
58
hooks :
59
59
- id : yamllint
60
60
files : \.(yaml|yml)$
61
61
types : [file, yaml]
62
62
entry : yamllint --strict
63
63
- repo : https://github.com/astral-sh/ruff-pre-commit
64
- rev : " v0.2.0 "
64
+ rev : " v0.4.3 "
65
65
hooks :
66
66
- id : ruff
67
67
args : [--fix, --exit-non-zero-on-fix]
68
68
- repo : https://github.com/psf/black
69
- rev : 24.1.1
69
+ rev : 24.4.2
70
70
hooks :
71
71
- id : black
72
72
language_version : python3
73
73
- repo : https://github.com/pre-commit/mirrors-mypy
74
- rev : v1.8 .0
74
+ rev : v1.10 .0
75
75
hooks :
76
76
- id : mypy
77
77
# empty args needed in order to match mypy cli behavior
82
82
- typer-config
83
83
- types-setuptools
84
84
- repo : https://github.com/pycqa/pylint
85
- rev : v3.0.3
85
+ rev : v3.1.0
86
86
hooks :
87
87
- id : pylint
88
88
args :
92
92
- rich
93
93
- typer-config
94
94
- repo : https://github.com/jazzband/pip-tools
95
- rev : 7.3.0
95
+ rev : 7.4.1
96
96
hooks :
97
97
- id : pip-compile
98
98
name : deps
You can’t perform that action at this time.
0 commit comments