ha1999 / python-base-project

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Python base project with the following:

Poetry

pre-commit Gitlint

Code style: black Linting pylint Flake8 Imports: isort

Pytest

Setting up project

1. Install poetry

curl -sSL https://install.python-poetry.org | python3 -

2. Install dependency

 poetry install --without dev, test

3. Install pre-commit

pre-commit install
pre-commit install --hook-type commit-msg

4. Add list emails of contributor to AUTHORS.md

1. abc@gmail.com
2. def@gmail.com
3. ...

About


Languages

Language:Python 100.0%