flake8 --select=E,W .

Category: Python & pip

flake8 --select=E,W .

Only check for pycodestyle errors and warnings

Only reports pycodestyle errors (E) and warnings (W), skipping pyflakes checks.
Looking for more? Search all 7,657 commands — works offline, in English or Spanish, and fixes typos.