jekyll-to-hugo/Makefile
2023-05-29 21:35:38 +03:00

6 lines
No EOL
77 B
Makefile

# Formats the code
format:
black . && isort -r .
# Run tests
test:
pytest .