test(shared): add missing format lint check
This commit is contained in:
parent
90e0bcb6f8
commit
c7332db8ed
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue