Commit Graph

6 Commits (27da3122850e4826f66e7ca8fc68bb579d646dea)

Author SHA1 Message Date
Jason Carver 27da312285 Splice in project template
I tried to merge it so that future updates from the template will be
much easier.

The template is hosted at:
https://github.com/ethereum/ethereum-python-project-template
2019-11-26 13:30:41 -08:00
Jason Carver 89363b2d9b Add internal type for release notes 2019-11-25 21:44:29 +01:00
Christoph Burgdorf 02fe35663c Setup towncrier to generate release notes 2019-11-25 21:44:29 +01:00
Alex Stokes 87375e0f23
Use the default line length for `black` ('no configuration')
and update `isort` to a stable configuration given the black line length
2019-08-13 14:36:05 -07:00
Alex Stokes 251422a234 Match `black` line length to `flake8` line length 2019-08-04 12:37:41 +08:00
mhchia 4fef80595c Skip pb files in linters
In isort, black, and flake8, respectively.

Add `format` in Makefile

Run top level packages only

With `setup.py`, to avoid running other unrelated directories.

Refactor
2019-08-03 23:34:56 +08:00