-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: updatehooks skips updated repos that aren't out of date by def…
…ault (#575) This PR adds a new argument to the updatehooks function named force_update which is set to False by default. if force_update is false, then we won't download/install the repo unless it is out of date. If force_update is True, then we'd download and install the latest repo version irrespective of the currently installed version. There is currently no code (outside of unit tests) that's passing True for the force_update argument. ## Changes <!-- A detailed list of changes --> * ## Testing <!-- Mention updated tests and any manual testing performed. Are aspects not yet tested or not easily testable? Feel free to include screenshots if appropriate. --> * ## Clean Code Checklist <!-- This is here to support you. Some/most checkboxes may not apply to your change --> - [ ] Meets acceptance criteria for issue - [ ] New logic is covered with automated tests - [ ] Appropriate exception handling added - [ ] Thoughtful logging included - [ ] Documentation is updated - [ ] Follow-up work is documented in TODOs - [ ] TODOs have a ticket associated with them - [ ] No commented-out code included <!-- Github-flavored markdown reference: https://docs.github.com/en/get-started/writing-on-github --> --------- Co-authored-by: Ian Bowden <ian.bowden@slalom>
- Loading branch information
1 parent
84fef43
commit 88b3d99
Showing
3 changed files
with
229 additions
and
25 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.