open-telemetry / opentelemetry-python

OpenTelemetry Python API and SDK
https://opentelemetry.io
Apache License 2.0
1.67k stars 570 forks source link

Separate lint into several jobs #3902

Open ocelotl opened 1 month ago

ocelotl commented 1 month ago

Fixes #3887

xrmx commented 3 weeks ago

Do we really want to do this without the parallelization benefits that we got in -contrib?

ocelotl commented 1 day ago

Do we really want to do this without the parallelization benefits that we got in -contrib?

We will get the same parallelization benefits here since we will be creating more, smaller lint jobs instead of having just a big one.

lzchen commented 11 hours ago

@ocelotl

Apologies for the delay in this pr. I want to bring it up one more time during the SIG to get the final opinions about it before approving.