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:
parent
e8f4256913
commit
5e23e53c84
3 changed files with 156 additions and 76 deletions
8
quality.sh
Executable file
8
quality.sh
Executable 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
|
Loading…
Add table
Add a link
Reference in a new issue