From 08168a7f8c24d30d4a1ac2f45234bfca718699e9 Mon Sep 17 00:00:00 2001 From: Martin Kourim Date: Thu, 5 Sep 2024 09:59:46 +0200 Subject: [PATCH] chore: update ruff-pre-commit to v0.6.3 Updated the ruff-pre-commit hook from version v0.5.5 to v0.6.3 in the .pre-commit-config.yaml file. This ensures we are using the latest features and fixes provided by the ruff-pre-commit tool. --- .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 eceffc9..db39bed 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -13,7 +13,7 @@ repos: - id: debug-statements language_version: python3 - repo: https://github.com/charliermarsh/ruff-pre-commit - rev: v0.5.5 + rev: v0.6.3 hooks: - id: ruff args: [ --fix ]