From 435287ac20d84ca047e84c71e2c32a6bb84f61a1 Mon Sep 17 00:00:00 2001 From: Jonathan de Bruin Date: Mon, 23 Oct 2023 20:21:12 +0200 Subject: [PATCH] Update pre-commit config with new URL --- .pre-commit-config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index e52cff2..9ec9fdc 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -7,7 +7,7 @@ repos: exclude: "^.*drawio|.*.svg$" - id: check-yaml - id: check-added-large-files -- repo: https://github.com/charliermarsh/ruff-pre-commit +- repo: https://github.com/astral-sh/ruff-pre-commit rev: v0.1.0 hooks: - id: ruff