File tree 1 file changed +7
-7
lines changed
1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change 1
1
repos :
2
2
- repo : https://github.com/pre-commit/pre-commit-hooks
3
- rev : v4.4 .0
3
+ rev : v5.0 .0
4
4
hooks :
5
5
- id : check-yaml
6
6
exclude : ' construct.yaml'
@@ -11,11 +11,11 @@ repos:
11
11
- id : check-merge-conflict
12
12
- id : detect-private-key
13
13
- repo : https://github.com/psf/black
14
- rev : 24.4.2
14
+ rev : 25.1.0
15
15
hooks :
16
16
- id : black
17
17
- repo : https://github.com/charliermarsh/ruff-pre-commit
18
- rev : " v0.4.5 "
18
+ rev : " v0.11.2 "
19
19
hooks :
20
20
- id : ruff
21
21
- repo : https://github.com/pycqa/pydocstyle
31
31
exclude : ' tests/.*\.py|openbb_platform/test_.*\.py'
32
32
args : ["--config=ruff.toml"]
33
33
- repo : https://github.com/codespell-project/codespell
34
- rev : v2.2.5
34
+ rev : v2.4.1
35
35
hooks :
36
36
- id : codespell
37
37
entry : codespell
43
43
" -x=.github/workflows/general-linting.yml"
44
44
]
45
45
- repo : https://github.com/pre-commit/mirrors-mypy
46
- rev : " v1.6.1 "
46
+ rev : " v1.15.0 "
47
47
hooks :
48
48
- id : mypy
49
49
name : mypy
56
56
require_serial : true
57
57
exclude : ' test_.*\.py'
58
58
- repo : https://github.com/kynan/nbstripout
59
- rev : 0.6 .1
59
+ rev : 0.8 .1
60
60
hooks :
61
61
- id : nbstripout
62
62
name : Strip notebooks output
68
68
language : system
69
69
types : [python]
70
70
- repo : https://github.com/Yelp/detect-secrets
71
- rev : v1.4 .0
71
+ rev : v1.5 .0
72
72
hooks :
73
73
- id : detect-secrets
74
74
args :
You can’t perform that action at this time.
0 commit comments