From 6d3dd574a0f2cde32dd472017a6cc2582b3b4216 Mon Sep 17 00:00:00 2001 From: machineFL <49695056+machineFL@users.noreply.github.com> Date: Fri, 12 Apr 2024 01:04:49 -0400 Subject: [PATCH] Update latest dependencies (#1850) 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 29f8d35c1..9b7d310cc 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.6' + rev: 'v0.3.7' hooks: - id: ruff types_or: [ python, pyi, jupyter ]