diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 32d14aa..a22ac4c 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,5 +1,10 @@ # See https://pre-commit.com for more information # See https://pre-commit.com/hooks.html for more hooks +ci: + skip: + - buildifier + - buildifier-lint + repos: - repo: https://github.com/pre-commit/pre-commit-hooks rev: v4.3.0 diff --git a/README.md b/README.md index 1060e46..7e33b13 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,8 @@ # py_proto -[![pre-commit.ci status](https://results.pre-commit.ci/badge/github/shaldengeki/py_proto/main.svg)](https://results.pre-commit.ci/latest/github/shaldengeki/py_proto/main) - This is a Python-based protobuf parser. It is intended to serve as a reference implementation and is _not_ production-ready. -![Build status](https://github.com/shaldengeki/py_proto/actions/workflows/main.yml/badge.svg) +[![pre-commit.ci status](https://results.pre-commit.ci/badge/github/shaldengeki/py_proto/main.svg)](https://results.pre-commit.ci/latest/github/shaldengeki/py_proto/main) ![Build status](https://github.com/shaldengeki/py_proto/actions/workflows/main.yml/badge.svg) ## Usage