talkiq / circleci-orbs

Various CircleCI orbs shared across TalkIQ projects
2 stars 4 forks source link

fix(linter): force py3 usage for pre-commit #117

Closed TheKevJames closed 1 year ago

TheKevJames commented 1 year ago

Summary

pre-commit only support py3, we should ensure we're running via the correct python in cases where python2 is also installed, the symlink doesn't exist, or the symlink points to py2.

Custom Checklist Items

Standard Checklist

TheKevJames commented 1 year ago

@shaundialpad yup! My bad, should have linked this.