From d42e4ab0fa0dcc1d8c64a38e85451b4537ea8124 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Tue, 11 Jul 2023 07:31:02 +0300 Subject: [PATCH] [pre-commit.ci] pre-commit autoupdate (#396) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> --- .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 b61e8fa4..1b194db4 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -19,7 +19,7 @@ repos: - id: pyupgrade args: ["--py38-plus"] - - repo: https://github.com/charliermarsh/ruff-pre-commit + - repo: https://github.com/astral-sh/ruff-pre-commit rev: v0.0.277 hooks: - id: ruff @@ -38,6 +38,6 @@ repos: - id: poetry-check - repo: https://github.com/PyCQA/docformatter - rev: v1.7.3 + rev: v1.7.4 hooks: - id: docformatter