From f47e02b7c89e94c0affb372db8b9554119611d0c Mon Sep 17 00:00:00 2001 From: Trenton H <797416+stumpylog@users.noreply.github.com> Date: Tue, 23 Apr 2024 07:46:26 -0700 Subject: [PATCH] Updates the ruff hook version to match --- .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 416ec39d9..d145d499f 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -47,7 +47,7 @@ repos: exclude: "(^Pipfile\\.lock$)" # Python hooks - repo: https://github.com/astral-sh/ruff-pre-commit - rev: 'v0.3.7' + rev: 'v0.4.1' hooks: - id: ruff - repo: https://github.com/psf/black-pre-commit-mirror