AutoPEP8 formatting
This commit is contained in:
parent
b79efb22d4
commit
9ba4230745
11 changed files with 3 additions and 106 deletions
3
Makefile
3
Makefile
|
@ -14,3 +14,6 @@ clean:
|
|||
check:
|
||||
chmod +x test.sh
|
||||
bash test.sh
|
||||
|
||||
format:
|
||||
python -m autopep8 -r --in-place .
|
||||
|
|
Reference in a new issue