From 64f08d076f55a9ab71b71f83c3c7f90a4f37e8b6 Mon Sep 17 00:00:00 2001 From: gsheni Date: Fri, 2 Feb 2024 00:07:34 +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 e99bfc805..0eabd9f3a 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.1.13' + rev: 'v0.2.0' hooks: - id: ruff types_or: [ python, pyi, jupyter ]