From 5f8797130b1c8a6cf22b0817e2adf57193b1a668 Mon Sep 17 00:00:00 2001 From: adeebshihadeh Date: Tue, 5 Dec 2023 15:05:28 +0000 Subject: [PATCH] Update pre-commit hook versions --- .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 ea3ee3008..68691b298 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -11,7 +11,7 @@ repos: hooks: - id: mypy - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.1.6 + rev: v0.1.7 hooks: - id: ruff - repo: local