Skip to content

Commit

Permalink
Fix url for pre-commit.
Browse files Browse the repository at this point in the history
  • Loading branch information
YoujianWu authored Nov 23, 2024
1 parent 8f567a4 commit b32c088
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

repos:
# Standard hooks
- repo: git@github.com:pre-commit/pre-commit-hooks
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.0.1
hooks:
- id: check-added-large-files
Expand All @@ -28,12 +28,12 @@ repos:
- id: mixed-line-ending
- id: trailing-whitespace

- repo: git@github.com:psf/black
- repo: https://github.com/psf/black
rev: 20.8b1
hooks:
- id: black

- repo: git@github.com:Lucas-C/pre-commit-hooks-markup
- repo: https://github.com/Lucas-C/pre-commit-hooks-markup
rev: v1.0.1
hooks:
- id: rst-linter
Expand Down

0 comments on commit b32c088

Please sign in to comment.