You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Replace flake8/pyflakes with pylint in CI and toolchain
pylint at 10.00/10 covers everything pyflakes checked (unused imports,
undefined names) and more. pycodestyle is kept — it owns PEP 8
whitespace/indentation checks that pylint doesn't replicate.
- requirements.txt: drop flake8, add pylint
- Makefile: replace ci-flake8 target with ci-pylint
- python.yml: drop flake8 step; add pylint step gated to ubuntu/3.12
(linting is not platform-sensitive, no need to run 15x)
- contributing.rst: update Code Style, Components, and make ci sections
0 commit comments