From 499e8054675af2947e544aa3551eb6f6a20fa2fa Mon Sep 17 00:00:00 2001 From: Andrea Settimi Date: Tue, 20 Aug 2024 17:29:22 +0200 Subject: [PATCH] FIX: pre commit hook removed argument for config since failing in CI --- .pre-commit-config.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 413ec3c9..b9fa5d3a 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -41,5 +41,4 @@ repos: - repo: https://github.com/astral-sh/ruff-pre-commit rev: v0.4.4 hooks: - - id: ruff - args: [--config=.ruff.toml] \ No newline at end of file + - id: ruff \ No newline at end of file