Skip to content

Commit

Permalink
Change git:// links to https:// in pre-commit (cloud-bulldozer#418)
Browse files Browse the repository at this point in the history
  • Loading branch information
learnitall authored Mar 16, 2022
1 parent 6564b2c commit 352ea7b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
---
repos:
- repo: git://github.com/Lucas-C/pre-commit-hooks
- repo: https://github.com/Lucas-C/pre-commit-hooks
rev: v1.1.10
hooks:
- id: remove-tabs

- repo: git://github.com/pre-commit/pre-commit-hooks
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.1.0
hooks:
- id: trailing-whitespace
Expand Down

0 comments on commit 352ea7b

Please sign in to comment.