Skip to content

Commit

Permalink
Merge branch 'rm-controls:master' into chassis-compensation
Browse files Browse the repository at this point in the history
  • Loading branch information
321Aurora authored Nov 23, 2024
2 parents 7be74d4 + acb1a7b commit fb462ec
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 fb462ec

Please sign in to comment.