Skip to content

Configuration file for PyLint

License

Notifications You must be signed in to change notification settings

dopustim/pylint-config

Repository files navigation

PyLint Configuration

Configuration for PyLint

GitHub tag

Features

  • 4 spaces for indentation
  • 90 symbols per line
  • Unix linebreaks

Usage

Install pylint via PIP:

pip install pylint

Download configuration file here into your project folder.

About

Visit the PyLint website to find out all rules and descriptions.