Flake8 extension for checking and formatting Python code against Truveris's code style guide
To install it, just run:
pip install flake8-truverisOnce 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.
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