From f98a8783b8574e612e93d869a24b6f92e702d1cf Mon Sep 17 00:00:00 2001 From: Brian Pepple Date: Tue, 23 Jul 2024 12:34:19 -0400 Subject: [PATCH] Update pre-commit config --- .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 a91cb5b..6c54da9 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,7 +1,7 @@ repos: - repo: https://github.com/astral-sh/ruff-pre-commit # Ruff version. - rev: v0.3.4 + rev: v0.5.4 hooks: - id: ruff - id: ruff-format