cloud-bulldozer / benchmark-wrapper

Python Library to run benchmarks
https://benchmark-wrapper.readthedocs.io
Apache License 2.0
19 stars 56 forks source link

Change git:// links to https:// in pre-commit #418

Closed learnitall closed 2 years ago

learnitall commented 2 years ago

Description

Replace git:// links with https:// links in pre-commit configuration. The git protocol was phased out; more information can be found here: https://github.blog/2021-09-01-improving-git-protocol-security-github/#no-more-unauthenticated-git

Fixes

pre-commit CI issues faced in #414