From 94c1d8ee65e0c59b25b05243606a3a7648336a11 Mon Sep 17 00:00:00 2001 From: gsheni Date: Mon, 6 Jan 2025 00:58:01 +0000 Subject: [PATCH] Update latest dependencies --- .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 dd734633..a14d8748 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -18,7 +18,7 @@ repos: - id: add-trailing-comma name: Add trailing comma - repo: https://github.com/charliermarsh/ruff-pre-commit - rev: v0.8.4 + rev: v0.8.6 hooks: - id: ruff types_or: [ python, pyi, jupyter ]