diff --git a/Makefile b/Makefile index 1fbfa66ba..b9e3dbd4d 100644 --- a/Makefile +++ b/Makefile @@ -21,6 +21,7 @@ lint: poetry run ruff ${SRCDIRS} format: + poetry run ruff --fix-only ${SRCDIRS} poetry run pyupgrade --py310-plus ${SRCFILES} poetry run black ${SRCDIRS}