Skip to content

jakyns/python-dotfiles

Repository files navigation

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.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published