Skip to content

EliRibble/mothermayi-pylint

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

mothermayi-pylint

A plugin for https://github.com/EliRibble/mothermayi that runs pylint for you.

Configuration

The pylint plugin for mothermayi takes only a few simple options:

pylint:
    args:
        - --reports=no
        - --rcfile=pylint.cfg

This simple defines the list of parameters that will be passed to pylint. The above configuration will result in mothermayi making the following call

pylint --reports=no --rcfile=pylint.cfg <modified files>

Where <modified files> is the list of filenames that will be committed.

About

A plugin for mothermayi to run pylint

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages