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
change: remove TODO comment on import-error Pylint check (#918)
By running Pylint before any of the unit tests (and dependency
installs), the import-error check will always fail since the
dependencies are not yet installed.
We could move Pylint to a later stage to resolve this, but there's
value in this quick check occurring before the unit tests.
As a result, this Pylint check is being disabled.
0 commit comments