kartaview / upload-scripts

Uploader tools for KartaView
MIT License
59 stars 30 forks source link

Makefile #68

Closed alrs closed 5 years ago

alrs commented 5 years ago

This adds a Makefile that builds the ctags index and runs the pycodetest script that replaces traditional pep8. Instead of moving code around to conform to the traditional 79-character length limit, I set the limit to 100.

bogdans-telenav commented 5 years ago

Thanks i am really new to python and I appreciate any pointer in the right direction. Did not know about python makefile and pycodestyle so i had to read about them first.