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