You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Linguist currently counts Python files generated by Protocol Buffers as regular Python code. These machine-generated files should be excluded from language statistics.
Problem:
Linguist currently counts
Python
files generated byProtocol Buffers
as regularPython
code. Thesemachine-generated
files should beexcluded
from language statistics.Example:
Typical patterns for generated
Python
files:*_pb2.py
*_pb2.pyi
*_pb2_grpc.py
Example project: pplmx/pb
Expected Behavior:
Linguist should detect and skip
Python
files generated byProtocol Buffers
based on their naming patterns.Reference:
Documentation for generated Python files: Protocol Buffers Python Generated Code
Thank you!
The text was updated successfully, but these errors were encountered: