From 6391bb4daa2c7dc04bf68863ff41876c159be148 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 22 Jan 2025 07:32:07 +0100 Subject: [PATCH] update pre-commit hooks (#1641) Co-authored-by: farmio <12422879+farmio@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 c704cb61d..df83b2185 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -8,7 +8,7 @@ repos: - tomli exclude_types: [csv, json] - repo: https://github.com/charliermarsh/ruff-pre-commit - rev: 'v0.8.3' + rev: 'v0.9.1' hooks: - id: ruff # in CI it is directly run by tox to allow dependency upgrade checks