Closed martin-belanger closed 1 year ago
Speed up pylint by using -j0 option and linting staslib as a package (directory with __init__.py) instead of individual modules.
-j0
staslib
__init__.py
Speed up pylint by using
-j0
option and lintingstaslib
as a package (directory with__init__.py
) instead of individual modules.