diff --git a/src/blenderbim/Makefile b/src/blenderbim/Makefile index 23ef33155f..414de55bb9 100644 --- a/src/blenderbim/Makefile +++ b/src/blenderbim/Makefile @@ -460,6 +460,7 @@ test-bim: .PHONY: qa qa: black . + pylint ./* --output-format=colorized --disable all --enable E --disable import-error .PHONY: coverage coverage: diff --git a/src/ifcopenshell-python/Makefile b/src/ifcopenshell-python/Makefile index 369a245e95..3ef57ccd12 100644 --- a/src/ifcopenshell-python/Makefile +++ b/src/ifcopenshell-python/Makefile @@ -5,6 +5,7 @@ test: .PHONY: qa qa: black . + pylint ./* --output-format=colorized --disable all --enable E .PHONY: coverage coverage: