@@ -2,7 +2,7 @@ default_language_version:
2
2
python : python3
3
3
repos :
4
4
- repo : https://github.com/pre-commit/pre-commit-hooks
5
- rev : v4.6 .0
5
+ rev : v5.0 .0
6
6
hooks :
7
7
- id : check-added-large-files
8
8
- id : check-byte-order-marker
@@ -21,20 +21,20 @@ 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.10.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.7.3
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
37
- rev : v0.13 .0
37
+ rev : v0.14 .0
38
38
hooks :
39
39
- id : yamlfmt
40
40
- repo : https://github.com/Yelp/detect-secrets
@@ -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.2.5
56
56
hooks :
57
57
- id : sqlfluff-fix
58
58
- repo : https://github.com/hadolint/hadolint
59
- rev : v2.13.0 -beta
59
+ rev : v2.13.1 -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.8
64
64
hooks :
65
65
- id : markdown-toc-creator
66
66
- repo : https://github.com/jumanjihouse/pre-commit-hooks
@@ -72,18 +72,18 @@ repos:
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.13.0
76
76
hooks :
77
77
- id : mypy
78
78
additional_dependencies :
79
79
- types-requests
80
80
- repo : https://github.com/srstevenson/nb-clean
81
- rev : 3.3.0
81
+ rev : 4.0.1
82
82
hooks :
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.23
87
87
hooks :
88
88
- id : validate-pyproject
89
89
additional_dependencies :
0 commit comments