mviewer / mviewerstudio

mviewer generator
GNU General Public License v3.0
12 stars 26 forks source link

Version 4.0.2 #296

Closed lecault closed 3 months ago

lecault commented 3 months ago

Evolutions

Correctifs

Gaetanbrl commented 3 months ago

@jeanpommier tu as une idée de pourquoi le checking du workflow docker plante alors que le checking hors workflow docker passe bien ?

Gaetanbrl commented 3 months ago

j'ai compris, il y a un style checking python dans le build docker et pas dans le workflow hors docker Il faut repasser black sur le fichier qui coince

Gaetanbrl commented 3 months ago

C'est bon @lecault j'ai repassé black avec ces commandes (install comprise) :

cd /home/[monuser]/git
sh ./install_backend_python.sh /home/[monuser]/git develop
cd mviewerstudio/srv/python/
source .venv/bin/activate
black . --check
black .
deactivate
git add [fichier]
git commit -m [message]
git push