From 93b971bcbabeb9b5e489362e3f19c544cc61d6af Mon Sep 17 00:00:00 2001 From: Dylan Verheul Date: Wed, 24 Apr 2024 09:55:42 +0200 Subject: [PATCH] Fix ruff warnings (#716) --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 64725355..ce52ca50 100644 --- a/Makefile +++ b/Makefile @@ -12,11 +12,11 @@ tests: .PHONY: reformat reformat: ruff format . - ruff --fix . + ruff check . --fix .PHONY: lint lint: - ruff . + ruff check . .PHONY: docs docs: clean