https://github.com/curvefi/curve-base-repo
Repository template for a Curve repository.
https://github.com/curvefi/curve-base-repo
Last synced: 3 months ago
JSON representation
Repository template for a Curve repository.
- Host: GitHub
- URL: https://github.com/curvefi/curve-base-repo
- Owner: curvefi
- License: other
- Created: 2021-03-11T12:57:28.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2021-03-11T14:25:21.000Z (about 4 years ago)
- Last Synced: 2025-01-09T08:28:53.194Z (4 months ago)
- Size: 2.93 KB
- Stars: 4
- Watchers: 5
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Curve Repository Template
This is a Curve repository template preconfigured for:
- Continuous integration with [Github Actions](https://help.github.com/en/actions)
- Standardized testing environments with [tox](https://github.com/tox-dev/tox)
- Linting checks using [black](https://github.com/psf/black), [flake8](https://gitlab.com/pycqa/flake8) and [isort](https://github.com/timothycrosley/isort)
- [Pre-commit](https://pre-commit.com/) for linting hooksThe aim of this template is to ensure commonality between Curve repositories, specifically with regards to repository structure and code style.
This template is based on the [Brownie](https://eth-brownie.readthedocs.io/en/stable/) project template [`github-action-mix`](https://github.com/brownie-mix/github-actions-mix), which should be referred to for installation details of the project's dependencies.
## License
(c) Curve.Fi, 2020 - [All rights reserved](LICENSE).