From 16145947fe5987eb18dafb6c20ede4e14a2c6ebd Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 18 Jul 2024 19:59:05 +0000 Subject: [PATCH] chore(deps): update pre-commit hook astral-sh/ruff-pre-commit to v0.5.3 --- .pre-commit-config.yaml | 2 +- {{cookiecutter.hyphenated_name}}/.pre-commit-config.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 369d8ea..a13ecc3 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -27,7 +27,7 @@ repos: args: ["--tab-width", "2"] - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.5.2 + rev: v0.5.3 hooks: - id: ruff args: [--fix, --exit-non-zero-on-fix] diff --git a/{{cookiecutter.hyphenated_name}}/.pre-commit-config.yaml b/{{cookiecutter.hyphenated_name}}/.pre-commit-config.yaml index 526e840..259ba16 100644 --- a/{{cookiecutter.hyphenated_name}}/.pre-commit-config.yaml +++ b/{{cookiecutter.hyphenated_name}}/.pre-commit-config.yaml @@ -27,7 +27,7 @@ repos: args: ["--tab-width", "2"] - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.5.2 + rev: v0.5.3 hooks: - id: ruff args: [--fix, --exit-non-zero-on-fix]