1
0
Fork 0
mirror of https://github.com/dbarzin/pandora-box.git synced 2025-07-18 21:09:41 +02:00

work on code quality

This commit is contained in:
didier 2025-04-17 15:20:06 +02:00
parent e8f4256913
commit 5e23e53c84
3 changed files with 156 additions and 76 deletions

8
quality.sh Executable file
View file

@ -0,0 +1,8 @@
#!/usr/bin/bash
# sudo apt install pylint black python3-autopep8
black -l 90 ./pandora-box.py
autopep8 ./pandora-box.py --in-place --aggressive --aggressive
pylint ./pandora-box.py