dtr-org / unit-e

A digital currency for a new era of decentralized trust
https://unit-e.io
MIT License
45 stars 15 forks source link

Format Python code following PEP-8 (plus other constraints) #803

Open castarco opened 5 years ago

castarco commented 5 years ago

In order to have a clear & consistent style for our Python code (mainly functional tests), we should enforce PEP-8, as it's a de-facto standard for the community.

Given that PEP-8 is far from being exhaustive, it would be convenient to add some extra formatting/style rules on top of it to improve style consistency.

We could use some tools to automate formatting and decrease our mental burden and spent time:

Expected benefits:

This "issue" is related to #60 .