Skip to content

Commit

Permalink
Merge pull request #185 from YoujianWu/master
Browse files Browse the repository at this point in the history
Update .pre-commit-config.yaml
  • Loading branch information
YoujianWu authored Nov 23, 2024
2 parents 1a0a23d + 64f01b4 commit acb1a7b
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 acb1a7b

Please sign in to comment.