Bump to mypy-protobuf 3.3.0 (#8612)

* Bump to mypy-protobuf 3.3.0

* Remove some ignores for formatting
This commit is contained in:
Nipunn Koorapati
2022-08-25 23:24:11 -07:00
committed by GitHub
parent 712b265a16
commit 7beaebff40
17 changed files with 1108 additions and 792 deletions

View File

@@ -31,5 +31,7 @@ per-file-ignores =
# https://github.com/PyCQA/flake8/issues/1079
# F811 redefinition of unused '...'
stdlib/typing.pyi: E301, E302, E305, E501, E701, E741, F401, F403, F405, F811, F822, Y037
# Generate protobuf files include docstrings
*_pb2.pyi: E301, E302, E305, E501, E701, Y021, Y026
exclude = .venv*,.git,*_pb2.pyi
exclude = .venv*,.git