Add format target in makefiles

This commit is contained in:
jo 2021-09-13 14:43:18 +02:00
parent 6b7658d5a7
commit d12e232a6f
5 changed files with 5 additions and 0 deletions

View file

@ -6,5 +6,6 @@ PIP_INSTALL := --editable .[dev]
PYLINT_ARG := liquidsoap pypo
MYPY_ARG := liquidsoap pypo
format: .format
lint: .pylint .mypy
clean: .clean