HomeSoftware Heritage

Run flake8/mypy/radon sequentially

Description

Run flake8/mypy/radon sequentially

We have a recurring data race in flake8 tasks, probably caused by 'tox -e mypy'
creating and deleting files while flake8 scans them; so we should not run
them at the same time.

While we are at it; also run radon sequentially. flake8 and radon each take less
than 10s, so we should not notice much of a difference.

Details

Provenance
vlorentzAuthored on May 23 2022, 2:18 PM
vlorentzPushed on May 24 2022, 11:20 AM
Differential Revision
D7883: Run flake8/mypy/radon sequentially
Parents
rCJSWH17d15fcbc158: sphinx-dev job: Use git clone --single-branch instead of --depth 1
Branches
Unknown
Tags
Unknown