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 (#82)
Browse files Browse the repository at this point in the history
  • Loading branch information
shaldengeki authored Feb 14, 2024
1 parent 8aa68dc commit f0b88d1
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,14 +15,15 @@ repos:
hooks:
- id: black
- repo: https://github.com/pycqa/isort
rev: 5.10.1
rev: 5.13.2
hooks:
- id: isort
name: isort (python)
- repo: https://github.com/FelixSeptem/pre-commit-golang.git
rev: "12f5442f51377b10b26651ad745206bbe1500ad6"
- repo: https://github.com/keith/pre-commit-buildifier
rev: 6.4.0
hooks:
- id: bazel-buildifier
- id: buildifier
- id: buildifier-lint
- repo: https://github.com/pre-commit/mirrors-mypy
rev: v0.991
hooks:
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 f0b88d1

Please sign in to comment.