From 2d4cd44d3ba549f46e99c52287325b846a37e855 Mon Sep 17 00:00:00 2001 From: Henry Schreiner Date: Fri, 7 Jul 2023 09:10:45 -0400 Subject: [PATCH] chore: ruff moved to astral-sh (#174) See https://github.com/scientific-python/cookie/pull/200. Committed via https://github.com/asottile/all-repos --- .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 fe3e7a5..957ef7e 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -17,7 +17,7 @@ repos: - id: trailing-whitespace # Ruff linter, replacement for flake8, isort, pydocstyle -- repo: https://github.com/charliermarsh/ruff-pre-commit +- repo: https://github.com/astral-sh/ruff-pre-commit rev: 'v0.0.270' hooks: - id: ruff