From e93316dc5a3c168febad579b67f7512a20d7b7b7 Mon Sep 17 00:00:00 2001 From: gsheni Date: Mon, 30 Sep 2024 00:56:40 +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 e28c4c9..748dab1 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.6.7 + rev: v0.6.8 hooks: - id: ruff types_or: [ python, pyi, jupyter ]