Skip to content

Latest commit

 

History

History
46 lines (39 loc) · 1.74 KB

README.md

File metadata and controls

46 lines (39 loc) · 1.74 KB

{ my project }

Work in progress.

CircleCI Travis Codecov
CircleCI Build Status codecov

Collection of stuff that keeps coming up when creating python projects.

Development

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

Credits: