flake8_truveris

Flake8 extension for checking Python code against Truveris's code style guide


License
MIT
Install
pip install flake8_truveris==0.3.2

Documentation

flake8-truveris

Flake8 extension for checking and formatting Python code against Truveris's code style guide

Usage

To install it, just run:

pip install flake8-truveris

Once installed, flake8 will automatically start using it whenever it's run.

All flake8-truveris error codes are prefixed with a T, so you can adjust your flake8 config accordingly depending on your needs.

The full list of error codes for flake8-truveris can be found here.

Formatting

In order to have the plugin automatically format your code, you will need to call flake8 with the --format flag like so:

flake8 --format=T