From 456ef86f8af668983c0600ad20f6138cda712f80 Mon Sep 17 00:00:00 2001 From: Tonye Jack Date: Fri, 2 Apr 2021 14:45:14 -0400 Subject: [PATCH] Create .fussyfox.yml (#127) --- .fussyfox.yml | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 .fussyfox.yml diff --git a/.fussyfox.yml b/.fussyfox.yml new file mode 100644 index 0000000..26c5bcf --- /dev/null +++ b/.fussyfox.yml @@ -0,0 +1,9 @@ +## list of checks you would like to run on this repository +# e.g.: +- flake8 +- black +# - pycodestyle +# - pydocstyle +# - pyflakes +# - bandit +# - isort