cicd

Getting flake8 most critical errors on big python codebase

Getting flake8 most critical errors on big python codebase Question: Given a large Python 3.6 codebase deployed in GitLab with lots of "minor" violations with flake8 (e.g. stylistic violations), I would like to first find the most serious violations (e.g. variable may be undefined, name not found…). The idea is to avoid being overwhelmed with …

Total answers: 1