From b3a87bcb3de14216cd90e19b5186fef5ca4d0807 Mon Sep 17 00:00:00 2001 From: "gaphor-updater[bot]" <189566278+gaphor-updater[bot]@users.noreply.github.com> Date: Sun, 8 Dec 2024 20:44:56 -0500 Subject: [PATCH] Update pre-commit hooks (#563) Co-authored-by: danyeaw <10014976+danyeaw@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 779ed92..b6bcfa7 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -9,7 +9,7 @@ repos: - id: check-toml - id: check-yaml - repo: https://github.com/astral-sh/ruff-pre-commit - rev: '0710b94280408eef12748cde4782972942370ad2' # frozen: v0.8.0 + rev: '859e42ab7d54544f32d4f73bbc2136a7d9094f54' # frozen: v0.8.1 hooks: - id: ruff args: [--fix]