From 1b1decada1916b6960d60ea7e7d888d54ff940a8 Mon Sep 17 00:00:00 2001 From: gsheni Date: Sat, 6 Apr 2024 19:04:37 +0000 Subject: [PATCH] Update latest dependencies --- .pre-commit-config.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index ec6f3d26a..763464851 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -12,7 +12,7 @@ repos: language: python types: [jupyter] - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v4.5.0 + rev: v4.6.0 hooks: - id: end-of-file-fixer - id: trailing-whitespace @@ -27,7 +27,7 @@ repos: - id: add-trailing-comma name: Add trailing comma - repo: https://github.com/charliermarsh/ruff-pre-commit - rev: 'v0.3.4' + rev: 'v0.3.5' hooks: - id: ruff types_or: [ python, pyi, jupyter ]