mirror of
https://gh.wpcy.net/https://github.com/bohdanbobrowski/blog2epub.git
synced 2026-04-24 16:49:39 +08:00
6 lines
No EOL
94 B
Makefile
6 lines
No EOL
94 B
Makefile
.SILENT: format
|
|
.PHONY: format
|
|
|
|
format:
|
|
python -m ruff format .
|
|
python -m ruff check . --fix
|