Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 459 Bytes

README.md

File metadata and controls

26 lines (17 loc) · 459 Bytes

Python Dotfiles

My personal python dotfiles to help making all my python file be consistency and following pep8 rules.

Installation

Initiate virtual environment and generate Pipfile and Pipfile.lock by running:

pipenv lock

Install dependencies and get into virtual environment.

pipenv install && pipenv shell

Usage

pre-commit install

All python files will be automatically reformat and verify before you commit.