From bb440178f04d5f03e0d7bc5eb56be36784b96fc9 Mon Sep 17 00:00:00 2001 From: SukramJ Date: Wed, 27 Mar 2024 07:48:41 +0100 Subject: [PATCH] Update ruff --- .pre-commit-config.yaml | 2 +- requirements_test_pre_commit.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 468f8658..852f5c5f 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,6 +1,6 @@ repos: - repo: https://github.com/charliermarsh/ruff-pre-commit - rev: v0.3.2 + rev: v0.3.4 hooks: - id: ruff args: diff --git a/requirements_test_pre_commit.txt b/requirements_test_pre_commit.txt index 7de48edf..e8ce861e 100644 --- a/requirements_test_pre_commit.txt +++ b/requirements_test_pre_commit.txt @@ -1,4 +1,4 @@ bandit==1.7.8 codespell==2.2.6 -ruff==0.3.2 +ruff==0.3.4 yamllint==1.35.1