Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/legged_manual_new' into legged_m…
Browse files Browse the repository at this point in the history
…anual_new
  • Loading branch information
YoujianWu committed Oct 6, 2024
2 parents 9faaf76 + 1681dd2 commit d3f3163
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.git
- repo: https://github.com/pre-commit/pre-commit-hooks
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: 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 d3f3163

Please sign in to comment.