Skip to content

Commit

Permalink
Fixed pre-commit hooks URL in config due to "The unauthenticated git …
Browse files Browse the repository at this point in the history
…protocol on port 9418 is no longer supported."
  • Loading branch information
carlio committed Mar 25, 2022
1 parent 417f7cf commit d5299a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# https://pre-commit.com/
repos:
- 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 d5299a4

Please sign in to comment.