Skip to content

Latest commit

 

History

History
28 lines (17 loc) · 625 Bytes

README.rst

File metadata and controls

28 lines (17 loc) · 625 Bytes

SnekCheck

image0

A generalized, highly customizable python linter

All configuration (except for pylint) is done in one file: .snekrc

full .snekrc:

TODO

Not all flake8 extensions are supported!

usage: snekchek [-h] [--json] [--config-file CONFIG_FILE]

   optional arguments:
     -h, --help            show this help message and exit
     --json                output in JSON format
     --config-file CONFIG_FILE
                           Select config file to use