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

Add pre commit config

parent c034077d
No related branches found
No related tags found
3 merge requests!147Merge previous default branch feat-cod-rmq into main,!97Feat pre commit hook,!94WIP: Merge feat_prod_rmq with feat_cod_rmq
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v3.2.0
hooks:
- id: trailing-whitespace
- id: end-of-file-fixer
- id: check-yaml
- repo: https://github.com/asottile/reorder_python_imports
rev: v2.5.0
hooks:
- id: reorder-python-imports
- 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