2
0
mirror of https://github.com/offen/website.git synced 2024-10-18 20:20:24 +02:00
website/accounts/Makefile

8 lines
75 B
Makefile

test:
@pytest --disable-pytest-warnings
fmt:
@black .
.PHONY: test fmt