Complete workflow fixing

This commit is contained in:
rany2
2023-01-05 01:49:37 +02:00
parent 2c00c63803
commit a1c5924024
6 changed files with 36 additions and 32 deletions

3
format.sh Executable file
View File

@@ -0,0 +1,3 @@
set -eux
find src examples -name '*.py' | xargs black
find src examples -name '*.py' | xargs isort