From 52a3ac46b5aec817b796af2752883c589db31aed Mon Sep 17 00:00:00 2001 From: Luciano Resende Date: Mon, 19 Feb 2024 17:35:23 -0800 Subject: [PATCH] Update ruff to match other setting --- .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 16cfa9d0..1c7bd3b7 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -37,7 +37,7 @@ repos: - id: black - repo: https://github.com/charliermarsh/ruff-pre-commit - rev: v0.2.0 + rev: v0.2.2 hooks: - id: ruff args: ["--fix"]