From 7172845955de5db0c12619e20bd00956642344d1 Mon Sep 17 00:00:00 2001 From: Morgan Funtowicz Date: Mon, 8 Apr 2024 11:35:08 +0200 Subject: [PATCH] Let's just use ruff not black and ruff --- Makefile | 2 -- 1 file changed, 2 deletions(-) diff --git a/Makefile b/Makefile index bbec4cb0..82a4acea 100644 --- a/Makefile +++ b/Makefile @@ -51,11 +51,9 @@ tpu-tgi: # Run code quality checks style_check: - black --check . ruff . style: - black . ruff check . --fix # Utilities to release to PyPi