diff options
-rw-r--r-- | tox.ini | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -82,7 +82,7 @@ commands = check-manifest --ignore 'lab/*,perf/*,doc/sample_html/*,.treerc,.github*' python setup.py -q sdist bdist_wheel twine check dist/* - python -m pylint --notes= -j 4 {env:LINTABLE} + python -m pylint --notes= {env:LINTABLE} [gh-actions] python = |