jekyll-to-hugo/Makefile

6 lines
77 B
Makefile
Raw Normal View History

2023-05-29 18:35:38 +00:00
# Formats the code
format:
black . && isort -r .
# Run tests
test:
pytest .