From 6aefe0c9790cf4782a10da29b4f94aad92157eb2 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 3 Feb 2024 08:08:11 +0000 Subject: [PATCH] Update pre-commit hook charliermarsh/ruff-pre-commit to v0.2.0 (#280) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .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 fce149e..03b3c5e 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -8,7 +8,7 @@ repos: - id: check-yaml - id: check-added-large-files - repo: https://github.com/charliermarsh/ruff-pre-commit - rev: 'v0.1.15' + rev: 'v0.2.0' hooks: - id: ruff args: [--fix, --exit-non-zero-on-fix]