diff --git a/Makefile b/Makefile index fe8924d..2cc2984 100644 --- a/Makefile +++ b/Makefile @@ -7,7 +7,7 @@ quality: # this target runs checks on all files and potentially modifies some of them style: ruff format . - ruff --fix . + ruff check --fix . # Pin the dependencies lock: