"git@developer.sourcefind.cn:OpenDAS/dgl.git" did not exist on "5a1ef70fd4bfb7730f5e56434e8c60d2647ef1c6"
Commit d0f930e4 authored by Jeff Rasley's avatar Jeff Rasley
Browse files

add pre commit config

parent 39066fa2
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v1.2.3
hooks:
- id: trailing-whitespace
exclude: "examples/"
- id: check-yaml
exclude: "examples/"
- id: end-of-file-fixer
exclude: "examples/"
- repo: https://github.com/pre-commit/mirrors-yapf
rev: v0.29.0
hooks:
- id: yapf
exclude: "examples/"
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment