From 7c72a4e1ed1dc94bc61b17fe5c3b8c0c9b038d70 Mon Sep 17 00:00:00 2001 From: Jared Lewis Date: Tue, 21 Nov 2023 07:16:07 +1100 Subject: [PATCH] chore: Update precommit hook version --- .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 e9490764..3b4ea6bc 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -31,7 +31,7 @@ repos: language: fail files: "\\.rej$" - repo: https://github.com/charliermarsh/ruff-pre-commit - rev: 'v0.0.288' + rev: 'v0.1.6' hooks: - id: ruff args: [ --fix, --exit-non-zero-on-fix ]