diff --git a/Makefile b/Makefile index 500d4f4c8..217f9c113 100644 --- a/Makefile +++ b/Makefile @@ -9,6 +9,7 @@ license: FORCE python scripts/update_headers.py format: license FORCE + ruff check --fix . ruff format . install: FORCE