Skip to content

Commit 5cfc5a0

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pre-commit/pre-commit-hooks: v4.6.0 → v5.0.0](pre-commit/pre-commit-hooks@v4.6.0...v5.0.0) - https://github.com/charliermarsh/ruff-pre-commithttps://github.com/astral-sh/ruff-pre-commit - [github.com/astral-sh/ruff-pre-commit: v0.4.8 → v0.9.3](astral-sh/ruff-pre-commit@v0.4.8...v0.9.3) - https://github.com/charliermarsh/ruff-pre-commithttps://github.com/astral-sh/ruff-pre-commit - [github.com/astral-sh/ruff-pre-commit: v0.4.8 → v0.9.3](astral-sh/ruff-pre-commit@v0.4.8...v0.9.3) - [github.com/kynan/nbstripout: 0.7.1 → 0.8.1](kynan/nbstripout@0.7.1...0.8.1) - https://github.com/charliermarsh/ruff-pre-commithttps://github.com/astral-sh/ruff-pre-commit - [github.com/astral-sh/ruff-pre-commit: v0.4.8 → v0.9.3](astral-sh/ruff-pre-commit@v0.4.8...v0.9.3) - [github.com/gruntwork-io/pre-commit: v0.1.24 → v0.1.25](gruntwork-io/pre-commit@v0.1.24...v0.1.25)
1 parent 308b852 commit 5cfc5a0

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

.pre-commit-config.yaml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,23 @@
11
repos:
22
- repo: https://github.com/pre-commit/pre-commit-hooks
3-
rev: v4.6.0
3+
rev: v5.0.0
44
hooks:
55
- id: check-yaml
66
exclude: argilla/mkdocs.yml|examples/deployments/k8s
77
- id: end-of-file-fixer
88
exclude_types: [text, jupyter]
99
- id: trailing-whitespace
1010

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
1313
hooks:
1414
- id: ruff-format
1515

1616
##############################################################################
1717
# argilla specific hooks
1818
##############################################################################
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
2121
hooks:
2222
- id: ruff
2323
files: 'argilla/src/.*\.py$'
@@ -35,7 +35,7 @@ repos:
3535
- argilla/LICENSE_HEADER
3636
- --fuzzy-match-generates-todo
3737
- repo: https://github.com/kynan/nbstripout
38-
rev: 0.7.1
38+
rev: 0.8.1
3939
hooks:
4040
- id: nbstripout
4141
files: '^argilla/.*\.ipynb$'
@@ -52,8 +52,8 @@ repos:
5252
##############################################################################
5353
# argilla-server specific hooks
5454
##############################################################################
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
5757
hooks:
5858
- id: ruff
5959
files: 'argila-server/src/.*\.py$'
@@ -75,7 +75,7 @@ repos:
7575
# Helm lint hook
7676
##############################################################################
7777
- repo: https://github.com/gruntwork-io/pre-commit
78-
rev: v0.1.24
78+
rev: v0.1.25
7979
hooks:
8080
- id: helmlint
8181
name: Helm lint

0 commit comments

Comments
 (0)