PEP8 cleaner

This commit is contained in:
DJ2LS 2021-03-12 14:14:08 +01:00 committed by GitHub
parent 71af310d46
commit 0dccb0a3d4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

3
tools/cleanup.sh Normal file
View file

@ -0,0 +1,3 @@
#autopep8 --in-place --select W291,W293,W391,E231 --ignore E501 ../modem.py ../data_handler.py ../main.py ../sock.py ../static.py ../helpers.py
autopep8 --in-place --ignore E501 ../modem.py ../data_handler.py ../main.py ../sock.py ../static.py ../helpers.py