Skip to content

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

License

Notifications You must be signed in to change notification settings

truveris/flake8-truveris

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

48 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages