thenewboston-blockchain / thenewboston-python

Python library for thenewboston digital currency.
https://thenewboston.com
MIT License
104 stars 35 forks source link

Fix Linting and uncomment .github/workflows/pr.yml:26-27 #27

Closed vosi closed 3 years ago

vosi commented 4 years ago

Bug Description There are a number of styles and linting problems, that should be fixed; After that .github/workflows/pr.yml:26-27 should be uncommented

Steps to Reproduce Follow the Readme file and run flake8 .

Expected behavior flake8 . should pass without errors

Actual behavior flake8 . fails

blocked by #26

samutoljamo commented 4 years ago

There are a few constructors missing a docstring. Do you want to ignore that error or make docstrings for the constructors?

vosi commented 4 years ago

i'd prefer to have strings for "constructors"