MosswartOverlord/Makefile
2025-05-24 18:33:03 +00:00

4 lines
84 B
Makefile

# Reformat Python code using Black formatter
.PHONY: reformat
reformat:
black *.py