Skip to content

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

Notifications You must be signed in to change notification settings

winmasta/pylint-keyword-only-args-plugin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages