Skip to content

Coding Standards

Gürkan İndibay edited this page Oct 5, 2021 · 2 revisions

Python is mostly used in packaging infrastructure. We are using Prospector as our static code analyzer which is using other tools such as Pylint, Pep8 etc.

Installation

pip install prospector[with_everything]

Usage

In the tools directory execute the command below

prospector

Clone this wiki locally