From 951912f12a9624b5bfb7a3dd46c68fd78ef9b61b Mon Sep 17 00:00:00 2001 From: Henry Schreiner Date: Mon, 3 Jul 2023 16:35:45 -0400 Subject: [PATCH] chore: ruff moved to astral-sh (#2238) * Update Ruff pre-commit hook url to https://github.com/astral-sh/ruff-pre-commit. - c.f. https://github.com/scientific-python/cookie/pull/200 --- .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 db9eae418b..8f263e21ac 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -26,7 +26,7 @@ repos: # exclude generated files exclude: ^validation/|\.dtd$|\.xml$ -- repo: https://github.com/charliermarsh/ruff-pre-commit +- repo: https://github.com/astral-sh/ruff-pre-commit rev: "v0.0.270" hooks: - id: ruff