From b548c0d3a3f82ed94471d2045f5b39961f37cbd3 Mon Sep 17 00:00:00 2001 From: Charles OuGuo Date: Tue, 13 Feb 2024 22:16:28 -0500 Subject: [PATCH] Move badge just a little (#83) --- .pre-commit-config.yaml | 5 +++++ README.md | 4 +--- 2 files changed, 6 insertions(+), 3 deletions(-) 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