From 4569b09aaa850cdb5f35522db01129fc635f9486 Mon Sep 17 00:00:00 2001 From: Mohcine Chraibi Date: Tue, 22 Oct 2024 17:17:18 +0900 Subject: [PATCH] remove ruff format --- .pre-commit-config.yaml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 4f1f18c..665227d 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -5,8 +5,6 @@ repos: # Run the linter. - id: ruff args: ['check', '--select', 'I', '--exit-zero'] - # Run the formatter. - - id: ruff-format # Mypy type checker - repo: local