schodet / nxt-python

NXT-Python is a python driver/interface for the Lego Mindstorms NXT robot based on NXT_python.
https://ni.srht.site/nxt-python/latest/
GNU General Public License v3.0
237 stars 74 forks source link

Add contribution guide #184

Open schodet opened 2 years ago

schodet commented 2 years ago

To ease contributions, add a guide and a Makefile to help running useful commands.

Also push a pre-commit configuration.

jrddunbr commented 2 years ago

Suggestion - noticed that flake8 was configured to 88 characters/line. Suggest upping to 120 characters/line.

schodet commented 2 years ago

This is 88 to match default black output.