Skip to content

This repo helps init a python project with fancy developer tools.

Notifications You must be signed in to change notification settings

fingertap/example_python_project

Repository files navigation

Example Python Project

You should rewrite this README.md file to describe your project.

Developer installation guide.
pip install pre-commit
# Install pre-commit hooks
pre-commit install
pre-commit install --hook-type commit-msg
# Install this emoji-style tool
sudo npm install -g git-cz --no-audit --verbose --registry=https://registry.npmmirror.com

# Install this project
pip install -e ".[dev]"

Code style:

  • Each line of code should be less than 99 characters.
  • Comments and documentation should be less than 79 characters.

About

This repo helps init a python project with fancy developer tools.

Resources

Stars

Watchers

Forks