persepolisdm / persepolis

Persepolis is a download manager written in Python.
https://persepolisdm.github.io
GNU General Public License v3.0
6.23k stars 651 forks source link

Add autopep8 config files and format files with autopep8 #678

Closed LuxF3rre closed 5 years ago

LuxF3rre commented 5 years ago

I added autopep8 config - I set it to split only very long lines > 120 chars.

I ran command autopep8 --in-place for all *.py files which resulted in more cleaner code.

alireza-amirsamimi commented 5 years ago

Hello Your codes couldn't pass Travis CI building successfully. Please check your codes.

LuxF3rre commented 5 years ago

@alireza-amirsamimi fixed :)

alireza-amirsamimi commented 5 years ago

Thank you very much :) a little modification in initialization.py and persepolis.py and osCommands.py and test.py is needed. I'll edit them tomorrow and then I'll accept the pull request.