We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ef21d74 commit a004206Copy full SHA for a004206
Makefile
@@ -50,6 +50,11 @@ pylama:
50
rm -rf $(PYLAMA)
51
make $(PYLAMA)
52
make $(PYLAMA)/lint/pylama_pylint
53
+ @pip install --upgrade --force-reinstall --target=$(LIBS) pydocstyle
54
+ @pip install --upgrade --force-reinstall --target=$(LIBS) pycodestyle
55
+ @pip install --upgrade --force-reinstall --target=$(LIBS) pyflakes
56
+ @pip install --upgrade --force-reinstall --target=$(LIBS) mccabe
57
+ @find $(LIBS)/*.dist-info | xargs rm -rf
58
59
.PHONY: rope
60
rope:
0 commit comments