Skip to content

Commit 26865aa

Browse files
1 parent 1eb44cb commit 26865aa

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.pre-commit-config.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,16 +8,16 @@ repos:
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.5.7
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.5.7
2121
hooks:
2222
- id: ruff
2323
files: 'argilla/src/.*\.py$'
@@ -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.5.7
5757
hooks:
5858
- id: ruff
5959
files: 'argila-server/src/.*\.py$'

0 commit comments

Comments
 (0)