tektronix / python-package-ci-cd

A collection of Actions and Reusable Workflows for Python Packaging CI/CD
Apache License 2.0
1 stars 1 forks source link

[FEAT]: Add the ability to skip updating certain pre-commit repos during the reusable workflow that updates development dependencies #156

Closed nfelt14 closed 1 month ago

nfelt14 commented 1 month ago

Description

Sometimes a particular pre-commit dependency is unable to be updated due to a python version constraint (or something like that). Being able to skip updating that dependency repo would enable users to continue to use the reusable workflow to update their dependencies rather than needing to update manually.

Additional Information

No response

nfelt14 commented 1 month ago

This feature was added in v1.5.0