test(shared): add missing format lint check

This commit is contained in:
jo 2022-02-14 17:54:32 +01:00 committed by Kyle Robbertze
parent 90e0bcb6f8
commit c7332db8ed
1 changed files with 1 additions and 1 deletions

View File

@ -8,6 +8,6 @@ MYPY_ARG = libretime_shared
PYTEST_ARG = --cov=libretime_shared tests
format: .format
lint: .pylint .mypy
lint: .format-check .pylint .mypy
test: .pytest
clean: .clean