From 990b0d1ee4d54567abf3311e5f016e32407fda81 Mon Sep 17 00:00:00 2001 From: Henry Schreiner Date: Mon, 3 Jul 2023 12:18:25 -0400 Subject: [PATCH] chore: ruff moved to astral-sh --- .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 e41881938..745f684fc 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -24,8 +24,8 @@ repos: hooks: - id: black -- repo: https://github.com/charliermarsh/ruff-pre-commit - rev: "v0.0.270" +- repo: https://github.com/astral-sh/ruff-pre-commit + rev: "v0.0.275" hooks: - id: ruff args: ["--fix", "--show-fixes"]