Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 337 Bytes

File metadata and controls

13 lines (9 loc) · 337 Bytes

Python Template with Black, Flake8 and isort

Code style: black

Usage

Clone this repository and install dependencies by the following commands:

python3 -m venv venv
source venv/bin/activate
pip install -r requirements.txt