Skip to content
This repository has been archived by the owner on Feb 27, 2024. It is now read-only.

Commit

Permalink
Add pre-commit badge to README
Browse files Browse the repository at this point in the history
  • Loading branch information
shaldengeki committed Feb 14, 2024
1 parent 8aa68dc commit 97ec9b0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -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)
Expand Down

0 comments on commit 97ec9b0

Please sign in to comment.