linux-nvme / nvme-stas

NVMe STorage Appliance Services
Apache License 2.0
24 stars 13 forks source link

test: Speed up pylint #400

Closed martin-belanger closed 1 year ago

martin-belanger commented 1 year ago

Speed up pylint by using -j0 option and linting staslib as a package (directory with __init__.py) instead of individual modules.