google / slo-generator

SLO Generator computes SLIs, SLOs, Error Budgets and Burn Rates from supported backends, then exports an SLO report to supported targets.
Apache License 2.0
489 stars 78 forks source link

feat: add pytype linting #249

Closed lvaylet closed 2 years ago

lvaylet commented 2 years ago

Pytype checks and infers types for your Python code - without requiring type annotations. Pytype can:

Pytype is a static analyzer; it does not execute the code it runs on.

Thousands of projects at Google rely on pytype to keep their Python code well-typed and error-free.

More details at https://github.com/google/pytype.