Skip to content

Commit

Permalink
Update .pre-commit-config.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
YoujianWu committed Nov 23, 2024
1 parent 02ea972 commit 9eb92cb
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: https://github.com/pre-commit/pre-commit-hooks
- repo: git@github.com:pre-commit/pre-commit-hooks.git
rev: v4.0.1
hooks:
- id: check-added-large-files
Expand All @@ -27,12 +27,12 @@ repos:
- id: mixed-line-ending
- id: trailing-whitespace

- repo: https://github.com/psf/black
- repo: git@github.com:psf/black
rev: 21.9b0
hooks:
- id: black

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

0 comments on commit 9eb92cb

Please sign in to comment.