Add formatting tools

This commit is contained in:
lvrossem
2023-03-28 14:19:42 -06:00
parent 5eba17f793
commit 6e39852f49
10 changed files with 43 additions and 28 deletions

3
format.sh Normal file
View File

@@ -0,0 +1,3 @@
flake8 src/*
black src/*
isort src/*