From 97ec9b00ca0ad702efc6493393bc6c82dbec8112 Mon Sep 17 00:00:00 2001 From: Charles Guo Date: Tue, 13 Feb 2024 22:00:58 -0500 Subject: [PATCH] Add pre-commit badge to README --- .pre-commit-config.yaml | 2 +- README.md | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index d256485..01a1c7f 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -15,7 +15,7 @@ repos: hooks: - id: black - repo: https://github.com/pycqa/isort - rev: 5.10.1 + rev: 5.13.2 hooks: - id: isort name: isort (python) diff --git a/README.md b/README.md index 5e98825..1060e46 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ # 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)