diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index d256485..32d14aa 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -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: 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)