lchenn / py-grpc-prometheus

Python gRPC Prometheus
Apache License 2.0
48 stars 25 forks source link

Code that doesn't comply with the PEP8 standard #34

Open pyanchesko opened 1 year ago

pyanchesko commented 1 year ago

The code uses 2 spaces for each indentation. Although the pep8 standard exactly says "Use 4 spaces per indentation level." https://peps.python.org/pep-0008/#indentation

This prevents contributing to the project. I solved the issue #13 for my project. but I don't want to bring a solution with different formatting.

pyanchesko commented 1 year ago

I brought PR #35