do not lint protobuf-generated files

This commit is contained in:
pacrob
2024-03-01 15:33:49 -07:00
parent 755fb21e1c
commit 7c3a122b5e

View File

@ -1,4 +1,4 @@
exclude: '.project-template|docs/conf.py|.bumpversion.cfg'
exclude: '.project-template|docs/conf.py|.bumpversion.cfg|.*pb2\..*'
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.5.0