Skip to content

Commit

Permalink
Change git:// to https:// in pre-commit-hooks
Browse files Browse the repository at this point in the history
  • Loading branch information
eyllanesc committed Mar 19, 2022
1 parent dc45a1f commit 461d5ef
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
Expand Up @@ -11,8 +11,8 @@ exclude: >
repos:

- repo: git://github.com/pre-commit/pre-commit-hooks
rev: v4.0.1
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.1.0
hooks:
- id: check-json
- id: check-yaml
Expand Down

0 comments on commit 461d5ef

Please sign in to comment.