jtara1 / imgur_downloader

Python script/class to download an entire Imgur album in one go into a folder of your choice.
MIT License
40 stars 7 forks source link

Feature/fix flake8 #3

Closed rachmadaniHaryono closed 7 years ago

rachmadaniHaryono commented 7 years ago
jtara1 commented 7 years ago

I haven't done any development on this repo using pycharm (helps enforce PEP8 with warnings & fixes). Also, I don't know why pycharm has the max line length guide at 120 characters or whatever. Looks like PEP8 says use 99 for this value for code like you've done.

Looks good.

rachmadaniHaryono commented 7 years ago

With this you can enable travis so every pr will be checked and tested.

Also you can add badge to indicate if the build is success or not

Also, I don't know why pycharm has the max line length guide at 120 characters or whatever.

E:it maybe come from pycharm default setting. You can change the config for 119,but i find it too wide