Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 406 Bytes

getting_started.md

File metadata and controls

18 lines (12 loc) · 406 Bytes

To enable checks for this repository simply add a .fussyfox.yml file. This file should contain a list of the check you want to run.

Sample

You can [click here][template] to create a config file for your repository.

- bandit
- isort
- flake8

Please note that all entries are case sensitive. If the check is not executed please double check the correct spelling.

Available Checks