浏览代码

fix regex, remove deleted file from filter (#4942)

/bullet-hell-barracuda-test-1.3.1
GitHub 3 年前
当前提交
7905cc5c
共有 1 个文件被更改,包括 1 次插入2 次删除
  1. 3
      .pre-commit-config.yaml

3
.pre-commit-config.yaml


args: [--py3-plus, --py36-plus]
exclude: >
(?x)^(
.*barracuda.py|
.*_pb2.py|
.*_pb2_grpc.py
)$

args: [--assume-in-merge]
- id: check-yaml
# Won't handle the templating in yamato
exclude: \.yamato/*
exclude: \.yamato/.*
- repo: https://github.com/pre-commit/pygrep-hooks
rev: v1.4.2

正在加载...
取消
保存