Linter/formatter/test-tool wrapper for python modules


Keywords
linter, formatter, python, pylint, flake8, isort, vulture, bandit, dodgy, safety, pytest, unittest, pyroma, pypi, yapf, black, snekchek, snekrc
License
MIT
Install
pip install snekchek==0.4.8

Documentation

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