Work in progress.
CircleCI | Travis | Codecov |
---|---|---|
Collection of stuff that keeps coming up when creating python projects.
ln -s ../../pre-commit .git/hooks # link pre commit hooks
pipenv install --dev # install python environment
pipenv shell # activate python environment
- In repo pre-commit hook.
- flake8
- mypy
- pylint
- pytest
- vulture
- yapf
- CI
- coverage
- Badges
- bumpversion
- ...
Credits:
- setup.py: https://github.com/kennethreitz/setup.py