Skip to main content

Plugin for pylint which checks that call statements has only keyword args

Project description

Plugin for pylint which checks that call statements has only keyword args

Install:

pip install pylint-keyword-only-args-plugin

Usage:

pylint --load-plugins pylint_keyword_only_args_plugin FILES_TO_CHECK

Add to pylintrc file to skip desired callable names:

[VARIABLES]
skip-names-list=callable_name_1,callable_name_1  # Comma separated list of callable names to skip

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

pylint_keyword_only_args_plugin-0.2.3.tar.gz (2.1 kB view hashes)

Uploaded Source

Built Distribution

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