Move pre-commit
CI checking from pre-commit.ci
to self-hosted runners
#1296
Labels
pre-commit
CI checking from pre-commit.ci
to self-hosted runners
#1296
What needs to change?
When Python 3.8 went EOL,
pre-commit.ci
removed support for runningpre-commit
with a default language version ofpython3.8
. Since Python 3.8 is the default on 20.04, we want to continue using this distribution until we move to ROS 2 soon. Therefore, we will need to runpre-commit
in our self-hosted CI runners in the future.How would this task be tested?
pre-commit
is able to be run in CI and thatpre-commit.ci
is no longer being usedThe text was updated successfully, but these errors were encountered: