From 32eae6f62cd0410b989023fe7d403936f9a6de4c Mon Sep 17 00:00:00 2001 From: machineFL <49695056+machineFL@users.noreply.github.com> Date: Thu, 21 Mar 2024 17:05:02 -0400 Subject: [PATCH] Update latest dependencies (#1841) Co-authored-by: gsheni --- .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 4f68cfe94..ec6f3d26a 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -27,7 +27,7 @@ repos: - id: add-trailing-comma name: Add trailing comma - repo: https://github.com/charliermarsh/ruff-pre-commit - rev: 'v0.3.3' + rev: 'v0.3.4' hooks: - id: ruff types_or: [ python, pyi, jupyter ]