From 5cc0d055a2e15348e8fc286ff6bc9dc2d38410fd Mon Sep 17 00:00:00 2001 From: Henry Schreiner Date: Wed, 12 Jul 2023 14:39:47 -0500 Subject: [PATCH] chore: ruff moved to astral-sh (#722) --- .pre-commit-config.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index f61c57c2..37bb9804 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -30,8 +30,8 @@ repos: hooks: - id: pyproject-fmt - - repo: https://github.com/charliermarsh/ruff-pre-commit - rev: v0.0.249 + - repo: https://github.com/astral-sh/ruff-pre-commit + rev: v0.0.255 hooks: - id: ruff args: ["--fix", "--show-fixes"]