Skip to content

Commit 7fb418a

Browse files
aysim319dshemetov
andcommitted
separate new line
Co-authored-by: Dmitry Shemetov <[email protected]>
1 parent 653309c commit 7fb418a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

_delphi_utils_python/Makefile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,8 @@ install: venv
1010

1111
install-ci: venv
1212
. env/bin/activate; \
13-
pip install 'build[virtualenv]' pylint pytest pydocstyle wheel twine
13+
pip install 'build[virtualenv]' pylint pytest pydocstyle wheel twine ; \
14+
pip install '.[dev]'
1415

1516
lint:
1617
. env/bin/activate; pylint delphi_utils --rcfile=../pyproject.toml

0 commit comments

Comments
 (0)