From 846af8a72bfc3548c33b589428cce2305b8456ca Mon Sep 17 00:00:00 2001 From: Siddhant Goel Date: Sun, 28 Jul 2024 14:17:34 +0200 Subject: [PATCH] chore: update ruff command --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index fcab81e2..d385af49 100644 --- a/Makefile +++ b/Makefile @@ -28,7 +28,7 @@ lint-black: black --check streaming_form_data/*.py tests/ utils/ examples/**/*.py lint-ruff: - ruff --select=B,C4,C9,E,F,PLC,PLE,PLW,W . + ruff check streaming_form_data/ tests/ examples/ lint-mypy: mypy streaming_form_data/