mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-02-15 14:31:59 +08:00
Check *_pb2.pyi files again (#10909)
This commit is contained in:
6
.flake8
6
.flake8
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user