From ed7d21d1b4a633cbc442b69e64e8c43ab3650ad2 Mon Sep 17 00:00:00 2001 From: Garrett Coakley Date: Mon, 19 Aug 2024 08:49:01 +0100 Subject: [PATCH] Update pre-commit --- .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 fcc00d3..9fdb4cc 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -27,7 +27,7 @@ repos: - id: trailing-whitespace - id: requirements-txt-fixer - repo: https://github.com/charliermarsh/ruff-pre-commit - rev: "v0.5.1" + rev: "v0.6.1" hooks: - id: ruff args: [--fix, --exit-non-zero-on-fix]