Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 386 Bytes

README.md

File metadata and controls

17 lines (13 loc) · 386 Bytes

Introduction

This is general python template equipped with git hooks


Equipped hooks

  • Black
  • flake8
  • isort

Usage

Before any commit, follow below instructions.

  1. Install pre-commit package using command pip install pre-commit.
  2. Install specified git-hooks in .pre-commit-config.yaml using pre-commit install.
  3. Do anything.