mirror of
https://gh.wpcy.net/https://github.com/bohdanbobrowski/blog2epub.git
synced 2026-04-24 20:48:56 +08:00
8 lines
83 B
Makefile
8 lines
83 B
Makefile
|
|
.SILENT: format
|
|
.PHONY: format
|
|
|
|
|
|
format:
|
|
ruff format .
|
|
ruff check . --fix
|