diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 05ce4a7f102..2fa68b7ab10 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -8,16 +8,16 @@ repos: exclude_types: [text, jupyter] - id: trailing-whitespace - - repo: https://github.com/charliermarsh/ruff-pre-commit - rev: v0.4.8 + - repo: https://github.com/astral-sh/ruff-pre-commit + rev: v0.6.3 hooks: - id: ruff-format ############################################################################## # argilla specific hooks ############################################################################## - - repo: https://github.com/charliermarsh/ruff-pre-commit - rev: v0.4.8 + - repo: https://github.com/astral-sh/ruff-pre-commit + rev: v0.6.3 hooks: - id: ruff files: 'argilla/src/.*\.py$' @@ -52,8 +52,8 @@ repos: ############################################################################## # argilla-server specific hooks ############################################################################## - - repo: https://github.com/charliermarsh/ruff-pre-commit - rev: v0.4.8 + - repo: https://github.com/astral-sh/ruff-pre-commit + rev: v0.6.3 hooks: - id: ruff files: 'argila-server/src/.*\.py$'