jekyll-to-hugo/Makefile
2023-05-31 18:32:42 +03:00

6 lines
No EOL
111 B
Makefile

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