Work in progress.
| CircleCI | Travis | Codecov |
|---|---|---|
Collection of stuff that keeps coming up when creating python projects.
pipenv install --dev
# install pre commit hooks
pipenv run pre-commit install- pre-commit Pre-commit hooks.
- flake8
- mypy
- pylint
- pytest
- vulture
- yapf
- CI
- coverage
- Badges
- bumpversion
- ...
Credits:
- setup.py: https://github.com/kennethreitz/setup.py