From 4e2b93b93f4b1f0ac84bc8ef3ebfd7faaac8772e Mon Sep 17 00:00:00 2001 From: Alec Delaney Date: Mon, 12 Feb 2024 19:15:03 -0500 Subject: [PATCH] Update ruff pre-commit hook --- .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 e832e51..d179613 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -17,7 +17,7 @@ repos: - name: Trim trailing whitespace id: trailing-whitespace - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.2.0 + rev: v0.2.1 hooks: - id: ruff name: Lint via ruff