Skip to content

Commit 44eba98

Browse files
committed
Add pydocstyle to makefile
1 parent 0374860 commit 44eba98

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
@@ -12,7 +12,8 @@ install: venv
1212

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

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

0 commit comments

Comments
 (0)