sveitser / python-mummy

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

{ 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:

About

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

License:MIT License


Languages

Language:Python 90.4%Language:Makefile 9.1%Language:Shell 0.5%