Skip to content

Latest commit

 

History

History
8 lines (5 loc) · 308 Bytes

CONTRIBUTING.md

File metadata and controls

8 lines (5 loc) · 308 Bytes

Contributing

Contributions are welcome. All contributed code will be covered by the Apache License v2 of this project.

Linting

eth-docker CI uses pre-commit to lint all code within the repo. Add it to your local copy with pip install pre-commit and pre-commit install.