From e7f7cba6c53381962640c7de116fccb5e1e2726c Mon Sep 17 00:00:00 2001 From: Ken Cochrane Date: Thu, 7 Nov 2019 15:35:22 -0500 Subject: [PATCH] Create .fussyfox.yml Added the `.fussyfox.yml` file --- .fussyfox.yml | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .fussyfox.yml diff --git a/.fussyfox.yml b/.fussyfox.yml new file mode 100644 index 0000000..8a9aa14 --- /dev/null +++ b/.fussyfox.yml @@ -0,0 +1,5 @@ +## list of checks you would like to run on this repository +# e.g.: +- bandit +- flake8 +- isort