From d3a04c68ffcfa3ebe17bd06513f8dd1ba4a687d1 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Wed, 14 Jun 2023 19:59:35 +0530 Subject: [PATCH] [pre-commit.ci] pre-commit autoupdate (#5154) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit updates: - [github.com/charliermarsh/ruff-pre-commit: v0.0.270 → v0.0.272](https://github.com/charliermarsh/ruff-pre-commit/compare/v0.0.270...v0.0.272) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[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 2cd544664..1fcfacec2 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -14,7 +14,7 @@ repos: pass_filenames: false - repo: https://github.com/charliermarsh/ruff-pre-commit # Ruff version. - rev: 'v0.0.270' + rev: 'v0.0.272' hooks: - id: ruff args: [., --fix, --exit-non-zero-on-fix]