diff --git a/Makefile b/Makefile index a76fd80b..b310b85d 100644 --- a/Makefile +++ b/Makefile @@ -27,7 +27,7 @@ blackcheck: ./scripts/blacken.sh --check lint: - ruff ./core + ruff check ./core imports: pycln ./core