Check *_pb2.pyi files again (#10909)

This commit is contained in:
Avasam
2023-10-22 20:22:55 -04:00
committed by GitHub
parent f9f30cc0f2
commit e477c67852
8 changed files with 20 additions and 24 deletions

View File

@@ -37,9 +37,7 @@ per-file-ignores =
# F811 redefinition of unused '...'
stdlib/typing.pyi: B, E701, E741, F401, F403, F405, F811
# Generated protobuf files include docstrings
# *_pb2.pyi: B, E701, E741, F401, F403, F405, Y021, Y026, Y053, Y054
*_pb2.pyi: B, E701, E741, F401, F403, F405, Y021, Y026, Y053, Y054
# TODO: Re-enable Flake8 on generated protobuf files
# after https://github.com/nipunn1313/mypy-protobuf/issues/523 is resolved
exclude = .venv*,.git,*_pb2.pyi
exclude = .venv*,.git
noqa_require_code = true