File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -21,16 +21,16 @@ repos:
21
21
- id : trailing-whitespace
22
22
exclude : .gitignore
23
23
- repo : https://github.com/psf/black-pre-commit-mirror
24
- rev : 24.4.2
24
+ rev : 24.8.0
25
25
hooks :
26
26
- id : black-jupyter
27
27
- repo : https://github.com/astral-sh/ruff-pre-commit
28
- rev : v0.5.1
28
+ rev : v0.6.5
29
29
hooks :
30
30
- id : ruff
31
31
args : [--fix, --exit-non-zero-on-fix]
32
32
- repo : https://github.com/rbubley/mirrors-prettier
33
- rev : v3.3.2
33
+ rev : v3.3.3
34
34
hooks :
35
35
- id : prettier
36
36
- repo : https://github.com/google/yamlfmt
@@ -52,15 +52,15 @@ repos:
52
52
- id : codespell
53
53
additional_dependencies : [".[toml]"]
54
54
- repo : https://github.com/sqlfluff/sqlfluff
55
- rev : 3.1.0
55
+ rev : 3.1.1
56
56
hooks :
57
57
- id : sqlfluff-fix
58
58
- repo : https://github.com/hadolint/hadolint
59
59
rev : v2.13.0-beta
60
60
hooks :
61
61
- id : hadolint-docker
62
62
- repo : https://github.com/jsh9/markdown-toc-creator
63
- rev : 0.0.6
63
+ rev : 0.0.7
64
64
hooks :
65
65
- id : markdown-toc-creator
66
66
- repo : https://github.com/jumanjihouse/pre-commit-hooks
72
72
hooks :
73
73
- id : poetry-check
74
74
- repo : https://github.com/pre-commit/mirrors-mypy
75
- rev : v1.10.1
75
+ rev : v1.11.2
76
76
hooks :
77
77
- id : mypy
78
78
additional_dependencies :
83
83
- id : nb-clean
84
84
args : [--preserve-cell-outputs, --remove-empty-cells]
85
85
- repo : https://github.com/abravalheri/validate-pyproject
86
- rev : v0.18
86
+ rev : v0.19
87
87
hooks :
88
88
- id : validate-pyproject
89
89
additional_dependencies :
You can’t perform that action at this time.
0 commit comments