Skip to content

Latest commit

 

History

History
25 lines (18 loc) · 590 Bytes

README.md

File metadata and controls

25 lines (18 loc) · 590 Bytes

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.