From b0e65661dba64bac23a400764b4b1a5fdbec2fe8 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:46:07 +0100 Subject: [PATCH] update pre-commit hooks (#519) 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 848c3bd..2909e2d 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -9,7 +9,7 @@ repos: exclude_types: [csv, json] - repo: https://github.com/charliermarsh/ruff-pre-commit # Ruff version. - rev: 'v0.8.3' + rev: 'v0.9.1' hooks: - id: ruff # in CI it is directly run by tox to allow dependency upgrade checks