Python
Everything about the snake language
Formatters
- astral-sh/ruff (0): The modern go-to option, written in Rust.
- psf/black (0): Created by Łukasz Langa, the Python 3.8 & 3.9 Release Manager.
- google/yapf (0): The first widely-adopted formatter.
- PyCQA/isort (0): Only sort import, complements black.
Linters
- astral-sh/ruff (0)
- PyCQA/flake8 (0)
- PyCQA/pyflakes (0)
- PyCQA/pycodestyle (0)
- pylint-dev/pylint (0)
- PyCQA/bandit (0): Vulnerbility scan
- PyCQA/mccabe (0): Complexity checker