Create .fussyfox.yml

Added the `.fussyfox.yml` file
This commit is contained in:
Ken Cochrane 2019-11-07 15:35:22 -05:00 committed by GitHub
parent ce95906488
commit e7f7cba6c5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

5
.fussyfox.yml Normal file
View file

@ -0,0 +1,5 @@
## list of checks you would like to run on this repository
# e.g.:
- bandit
- flake8
- isort