ethereum / hexbytes

Python `bytes` subclass that decodes hex, with a readable console output
MIT License
27 stars 19 forks source link

add pre-commit #35

Closed pacrob closed 11 months ago

pacrob commented 11 months ago

What was wrong?

We're looking to add pre-commit across our libraries. This is a first run to see how it would work for us.

How was it fixed?

Using pre-commit removes the concept of a lint-check, it's all lint-roll. Installing pre-commit becomes part of the standard dev setup, right after pip install -e ".[dev]"

Todo:

Cute Animal Picture

image