Skip to main content

cli for easy configuration of pylint

Project description

pylintconfig

pylint is a great linter, which thoroughly analyses your code. Running it for the first time on an existing codebase can be intimidating though, because it outputs hundreds of errors! Through all the errors, you don't see the important ones and skip pylint alltogether.

pylintconfig is a small cli which makes it easier to implement pylint in an existing codebase. It helps creating a configuration file which checks the errors you find important and skips the rest.

Install

pip install pylintconfig

Basic usage

pylintconfig disable MODULES_OR_PACKAGES

Or when you want to immediately save the config:

pylintconfig disable MODULES_OR_PACKAGES > .pylintrc

Future plans

  • Add tests
  • Load current pylintrc file
  • Add ignore command, which make it easy to ignore specific files

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

pylintconfig-0.1.1.tar.gz (2.7 kB view hashes)

Uploaded Source

Built Distribution

pylintconfig-0.1.1-py3-none-any.whl (4.2 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page