Skip to content
Snippets Groups Projects
Commit 96d3e7f5 authored by Bo-Chun Chen's avatar Bo-Chun Chen
Browse files

Add pre commit config file

parent 863f7110
Branches prod
Tags v0.3.0
1 merge request!15Add pre commit
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.2.0
hooks:
- id: trailing-whitespace
- id: end-of-file-fixer
- repo: https://github.com/psf/black
rev: 21.5b0
hooks:
- id: black
- repo: https://github.com/pycqa/flake8
rev: 3.9.1
hooks:
- id: flake8
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment