From bbd31ca7111745284af6c313cb6cef887f591213 Mon Sep 17 00:00:00 2001 From: Trane-bot <143215983+Trane-bot@users.noreply.github.com> Date: Sun, 6 Oct 2024 20:56:37 -0400 Subject: [PATCH] Update latest dependencies (#221) Co-authored-by: gsheni --- .pre-commit-config.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 748dab1..ef9cec8 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,8 +1,8 @@ exclude: ^LICENSE/|\.(html|csv|svg|md)$ -default_stages: [pre-commit, commit, pre-push] +default_stages: [pre-commit, pre-commit, pre-push] repos: - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v4.6.0 + rev: v5.0.0 hooks: - id: check-yaml - id: end-of-file-fixer @@ -18,7 +18,7 @@ repos: - id: add-trailing-comma name: Add trailing comma - repo: https://github.com/charliermarsh/ruff-pre-commit - rev: v0.6.8 + rev: v0.6.9 hooks: - id: ruff types_or: [ python, pyi, jupyter ]