Change "mypy" job in gitlab pipeline to "make check" to include pylint and others
Copy reference -
Report abuse
- View options
- Truncate descriptions
make check
run mypy
and now pylint
, and someday black --check
We need to rename the job "mypy" to "check" and run "make check" in that job.