Skip to content

Commit 44b4754

Browse files
committed
Correct makefile
1 parent 44eba98 commit 44b4754

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

_delphi_utils_python/Makefile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,7 @@ install: venv
1212

1313
lint:
1414
. env/bin/activate; \
15-
pylint $(dir); \
16-
pydocstyle $(dir)
15+
pylint $(dir)
1716

1817
test:
1918
. env/bin/activate ;\

quidel_covidtest/Makefile

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

1414
lint:
1515
. env/bin/activate; \
16-
pylint $(dir)
16+
pylint $(dir); \
17+
pydocstyle $(dir)
1718

1819
test:
1920
. env/bin/activate ;\

0 commit comments

Comments
 (0)