From 745f7ec52ee131a8edf20944a1deca34a2b2fcd1 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 16 Mar 2023 22:13:58 +0100 Subject: [PATCH] Auto-update pre-commit hooks (#536) Update versions of tools in pre-commit configs to latest version Co-authored-by: marcelveldt --- .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 686e4f0b..e18d4f52 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -10,7 +10,7 @@ repos: - --branch=main - id: debug-statements - repo: https://github.com/charliermarsh/ruff-pre-commit - rev: 'v0.0.255' + rev: 'v0.0.256' hooks: - id: ruff - repo: https://github.com/psf/black -- 2.34.1