@@ -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,69 +21,69 @@ 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 : 25.1.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.9.10
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.5.3
34
34
hooks :
35
35
- id : prettier
36
36
- repo : https://github.com/google/yamlfmt
37
- rev : v0.13 .0
37
+ rev : v0.16 .0
38
38
hooks :
39
39
- id : yamlfmt
40
40
- repo : https://github.com/Yelp/detect-secrets
41
41
rev : v1.5.0
42
42
hooks :
43
43
- id : detect-secrets
44
44
- repo : https://github.com/pappasam/toml-sort
45
- rev : v0.23.1
45
+ rev : v0.24.2
46
46
hooks :
47
47
- id : toml-sort-fix
48
48
exclude : poetry.lock
49
49
- repo : https://github.com/codespell-project/codespell
50
- rev : v2.3.0
50
+ rev : v2.4.1
51
51
hooks :
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.3.1
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.10
64
64
hooks :
65
65
- id : markdown-toc-creator
66
66
- repo : https://github.com/jumanjihouse/pre-commit-hooks
67
67
rev : 3.0.0
68
68
hooks :
69
69
- id : check-mailmap
70
70
- repo : https://github.com/python-poetry/poetry
71
- rev : 1.8.0
71
+ rev : 2.1.1
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.15.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