File tree 1 file changed +9
-9
lines changed
1 file changed +9
-9
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.6 .0
3
+ rev : v5.0 .0
4
4
hooks :
5
5
- id : check-yaml
6
6
exclude : argilla/mkdocs.yml|examples/deployments/k8s
7
7
- id : end-of-file-fixer
8
8
exclude_types : [text, jupyter]
9
9
- id : trailing-whitespace
10
10
11
- - repo : https://github.com/charliermarsh /ruff-pre-commit
12
- rev : v0.4.8
11
+ - repo : https://github.com/astral-sh /ruff-pre-commit
12
+ rev : v0.9.3
13
13
hooks :
14
14
- id : ruff-format
15
15
16
16
# #############################################################################
17
17
# argilla specific hooks
18
18
# #############################################################################
19
- - repo : https://github.com/charliermarsh /ruff-pre-commit
20
- rev : v0.4.8
19
+ - repo : https://github.com/astral-sh /ruff-pre-commit
20
+ rev : v0.9.3
21
21
hooks :
22
22
- id : ruff
23
23
files : ' argilla/src/.*\.py$'
35
35
- argilla/LICENSE_HEADER
36
36
- --fuzzy-match-generates-todo
37
37
- repo : https://github.com/kynan/nbstripout
38
- rev : 0.7 .1
38
+ rev : 0.8 .1
39
39
hooks :
40
40
- id : nbstripout
41
41
files : ' ^argilla/.*\.ipynb$'
52
52
# #############################################################################
53
53
# argilla-server specific hooks
54
54
# #############################################################################
55
- - repo : https://github.com/charliermarsh /ruff-pre-commit
56
- rev : v0.4.8
55
+ - repo : https://github.com/astral-sh /ruff-pre-commit
56
+ rev : v0.9.3
57
57
hooks :
58
58
- id : ruff
59
59
files : ' argila-server/src/.*\.py$'
75
75
# Helm lint hook
76
76
# #############################################################################
77
77
- repo : https://github.com/gruntwork-io/pre-commit
78
- rev : v0.1.24
78
+ rev : v0.1.25
79
79
hooks :
80
80
- id : helmlint
81
81
name : Helm lint
You can’t perform that action at this time.
0 commit comments