From 1e6864011f1d127f7ac5fe400cddd99d972ffb72 Mon Sep 17 00:00:00 2001 From: dmulcahey <1335687+dmulcahey@users.noreply.github.com> Date: Fri, 23 Aug 2024 01:09:32 +0000 Subject: [PATCH] Auto-update pre-commit hooks --- .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 dd389b1e..28377016 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -12,7 +12,7 @@ repos: - id: mypy - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.6.1 + rev: v0.6.2 hooks: - id: ruff args: [--fix]