Format Makefiles
This commit is contained in:
parent
6e4876839b
commit
5753fc34a4
2 changed files with 11 additions and 11 deletions
|
@ -2,10 +2,10 @@ all: lint test
|
|||
|
||||
include python.mk
|
||||
|
||||
PIP_INSTALL := -r requirements-dev.txt
|
||||
PYLINT_ARG := tools
|
||||
MYPY_ARG := .
|
||||
PYTEST_ARG := .
|
||||
PIP_INSTALL = -r requirements-dev.txt
|
||||
PYLINT_ARG = tools
|
||||
MYPY_ARG = .
|
||||
PYTEST_ARG = .
|
||||
|
||||
format: .format
|
||||
lint: .pylint .mypy
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue