Thursday, 20 August 2020

how to ignore specific error in pyre-check python package for the whole project

I am using pyre-checking for static type testing, I want to ignore specific error from my project.

For example: Undefined attribute [16]: Module google.protobuf.struct_pb2 has no attribute _STRUCT.

Suppose if I want to ignore this error from my project how can I do it?



from how to ignore specific error in pyre-check python package for the whole project

No comments:

Post a Comment