From 614fd3c7dda70cbc52aad83572e68fbb000c05ec Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 30 Sep 2024 23:45:53 +0000 Subject: [PATCH] [pre-commit.ci] pre-commit autoupdate MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit updates: - https://github.com/charliermarsh/ruff-pre-commit → https://github.com/astral-sh/ruff-pre-commit - [github.com/astral-sh/ruff-pre-commit: v0.4.8 → v0.6.8](https://github.com/astral-sh/ruff-pre-commit/compare/v0.4.8...v0.6.8) - https://github.com/charliermarsh/ruff-pre-commit → https://github.com/astral-sh/ruff-pre-commit - [github.com/astral-sh/ruff-pre-commit: v0.4.8 → v0.6.8](https://github.com/astral-sh/ruff-pre-commit/compare/v0.4.8...v0.6.8) - https://github.com/charliermarsh/ruff-pre-commit → https://github.com/astral-sh/ruff-pre-commit - [github.com/astral-sh/ruff-pre-commit: v0.4.8 → v0.6.8](https://github.com/astral-sh/ruff-pre-commit/compare/v0.4.8...v0.6.8) --- .pre-commit-config.yaml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 05ce4a7f10..69a7a8b0ce 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.8 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.8 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.8 hooks: - id: ruff files: 'argila-server/src/.*\.py$'