blog2epub/Makefile
2024-03-25 23:34:44 +01:00

8 lines
83 B
Makefile

.SILENT: format
.PHONY: format
format:
ruff format .
ruff check . --fix