Skip to content

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

License

Notifications You must be signed in to change notification settings

sveitser/python-mummy

Repository files navigation

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published