From 8c4a3d69daefd858d519cabddd0b213c49e1d0eb Mon Sep 17 00:00:00 2001 From: machineFL <49695056+machineFL@users.noreply.github.com> Date: Fri, 12 Jan 2024 13:05:13 -0500 Subject: [PATCH] Update latest dependencies (#1803) Co-authored-by: gsheni --- .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 dab99f289..e99bfc805 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.12' + rev: 'v0.1.13' hooks: - id: ruff types_or: [ python, pyi, jupyter ]