diff --git a/Makefile b/Makefile index 05ee8b4..3b0d279 100644 --- a/Makefile +++ b/Makefile @@ -38,7 +38,7 @@ doc: $(MAKE) -C doc html lint: - pylint -j $(shell nproc) -f colorized -r n --rcfile=.pylintrc secop secop_* test + pylint -j 0 -f colorized -r n --rcfile=.pylintrc secop secop_* test isort: @find test -name '*.py' -print0 | xargs -0 isort -e -m 2 -w 80 -ns __init__.py